Skip to content

Commit

Permalink
Update e2e/tests/test_e2e.py
Browse files Browse the repository at this point in the history
Co-authored-by: Polina Bungina <[email protected]>
  • Loading branch information
idanovinda and hughcapet authored Aug 28, 2024
1 parent 60571d4 commit ae97eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ def get_annotations():
self.assertIsNotNone(second_annotations.get("last-major-upgrade-success"), "Annotation for last upgrade's success is not set")
self.assertNotEqual(annotations.get("last-major-upgrade-success"), second_annotations.get("last-major-upgrade-success"), "Annotation for last upgrade's success is not updated")

# test annotation with failed upgrade annotation
# test upgrade with failed upgrade annotation
pg_patch_version_16 = {
"metadata": {
"annotations": {
Expand Down

0 comments on commit ae97eb6

Please sign in to comment.