We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74b8a5 commit 09b790cCopy full SHA for 09b790c
test/test_shared_helm_postgresql_template.py
@@ -49,8 +49,8 @@ def test_package_persistent(self):
49
assert self.hc_api.helm_installation(
50
values={
51
".image.tag": f"{VERSION}{TAG}",
52
- ".namespace": self.hc_api.namespace
+ ".namespace": self.hc_api.namespace,
53
}
54
)
55
- assert self.hc_api.is_pod_running(pod_name_prefix="postgresql-persistent")
+ assert self.hc_api.is_pod_running(pod_name_prefix="redhat-postgresql-persistent")
56
assert self.hc_api.test_helm_chart(expected_str=["accepting connection"])
0 commit comments