Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-zaitsev committed Dec 5, 2024
1 parent 2687404 commit 932c34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2831,7 +2831,7 @@ def test_025(self):
kubectl.wait_field(
"pod",
"chi-test-025-rescaling-default-0-1-0",
'.metadata.labels."clickhouse\\.altinity\\.com/ready"',
".metadata.labels.clickhouse\.altinity\.com/ready",
"yes",
backoff=1,
)
Expand Down

0 comments on commit 932c34e

Please sign in to comment.