Skip to content

Commit

Permalink
Update tests/integration/tests/test_clustering_race.py
Browse files Browse the repository at this point in the history
Co-authored-by: Louise K. Schmidtgen <louise.schmidtgen@canonical.com>
  • Loading branch information
bschimke95 and louiseschmidtgen authored Jul 30, 2024
1 parent 55382de commit b172853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test_clustering_race.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def test_wrong_token_race(instances: List[harness.Instance]):

# The join token should have changed after the node was removed as
# it contains the ip addresses of all cluster nodes.
assert new_join_token != another_join_token
assert new_join_token != another_join_token, "join token is not updated after node removal"
util.join_cluster(instances[2], new_join_token)

0 comments on commit b172853

Please sign in to comment.