We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 059d371 + aa99999 commit ae5dfe9Copy full SHA for ae5dfe9
1 file changed
tests/integration/api_swarm_test.py
@@ -249,6 +249,7 @@ def test_rotate_manager_unlock_key(self):
249
rotate_manager_unlock_key=True
250
)
251
key_2 = self.client.get_unlock_key()
252
+ self._unlock_key = key_2
253
assert key_1['UnlockKey'] != key_2['UnlockKey']
254
255
@requires_api_version('1.30')
0 commit comments