Skip to content

Commit 09b790c

Browse files
committed
Fix helm chart name
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent f74b8a5 commit 09b790c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_shared_helm_postgresql_template.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ def test_package_persistent(self):
4949
assert self.hc_api.helm_installation(
5050
values={
5151
".image.tag": f"{VERSION}{TAG}",
52-
".namespace": self.hc_api.namespace
52+
".namespace": self.hc_api.namespace,
5353
}
5454
)
55-
assert self.hc_api.is_pod_running(pod_name_prefix="postgresql-persistent")
55+
assert self.hc_api.is_pod_running(pod_name_prefix="redhat-postgresql-persistent")
5656
assert self.hc_api.test_helm_chart(expected_str=["accepting connection"])

0 commit comments

Comments
 (0)