Skip to content

Commit 089018c

Browse files
committed
Remove deprecated option 'remote'
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 759897d commit 089018c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_shared_helm_cakephp_application.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class TestHelmCakePHPTemplate:
3838
def setup_method(self):
3939
package_name = "redhat-php-cakephp-application"
4040
path = test_dir
41-
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir, remote=True)
41+
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir)
4242
self.hc_api.clone_helm_chart_repo(
4343
repo_url="https://github.com/sclorg/helm-charts", repo_name="helm-charts",
4444
subdir="charts/redhat"

test/test_shared_helm_chart_imagestreams.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TestHelmRHELPHPImageStreams:
2020
def setup_method(self):
2121
package_name = "redhat-php-imagestreams"
2222
path = test_dir
23-
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir, remote=True)
23+
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir)
2424
self.hc_api.clone_helm_chart_repo(
2525
repo_url="https://github.com/sclorg/helm-charts", repo_name="helm-charts",
2626
subdir="charts/redhat"

0 commit comments

Comments
 (0)