Skip to content

Commit ae5dfe9

Browse files
authored
Merge pull request #3410 from vvoland/fix-flaky
integration/swarm: Preserve rotated unlock key
2 parents 059d371 + aa99999 commit ae5dfe9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/api_swarm_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ def test_rotate_manager_unlock_key(self):
249249
rotate_manager_unlock_key=True
250250
)
251251
key_2 = self.client.get_unlock_key()
252+
self._unlock_key = key_2
252253
assert key_1['UnlockKey'] != key_2['UnlockKey']
253254

254255
@requires_api_version('1.30')

0 commit comments

Comments
 (0)