Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Nov 16, 2023
1 parent 0c4c31c commit 69f7e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ async def test_restore_on_new_cluster(
)
result = await action.wait()

if JujuVersion.from_environ().has_secrets:
if juju_.has_secrets:
assert result.results.get("return-code") == 0
else:
assert result.results.get("Code") == "0"
Expand Down

0 comments on commit 69f7e35

Please sign in to comment.