Skip to content

Commit

Permalink
resolve inconsistent quote warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwashington committed Jun 17, 2024
1 parent 6b4e781 commit 3dd23e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def assert_successful_provisioning(defaults):
# pylint: disable=broad-exception-caught
except Exception as e:
# Assert False with informative error message
assert False, f"Unexpected error with provisioning: {e}"
assert False, f'Unexpected error with provisioning: {e}'
else:
# No exception occurred, assert True
assert True
Expand Down

0 comments on commit 3dd23e3

Please sign in to comment.