summaryrefslogtreecommitdiff
path: root/tempest_lib/tests/services/identity/v3/test_token_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest_lib/tests/services/identity/v3/test_token_client.py')
-rw-r--r--tempest_lib/tests/services/identity/v3/test_token_client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tempest_lib/tests/services/identity/v3/test_token_client.py b/tempest_lib/tests/services/identity/v3/test_token_client.py
index ed82b87..44cc8e2 100644
--- a/tempest_lib/tests/services/identity/v3/test_token_client.py
+++ b/tempest_lib/tests/services/identity/v3/test_token_client.py
@@ -53,7 +53,7 @@ class TestTokenClientV2(base.TestCase):
}
},
}
- })
+ }, sort_keys=True)
post_mock.mock.assert_called_once_with('fake_url/auth/tokens',
body=req_dict)
@@ -81,7 +81,7 @@ class TestTokenClientV2(base.TestCase):
}
},
}
- })
+ }, sort_keys=True)
post_mock.mock.assert_called_once_with('fake_url/auth/tokens',
body=req_dict)