We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7c453 commit b4e75b4Copy full SHA for b4e75b4
tests/test_decision_service.py
@@ -2,7 +2,7 @@
2
# Licensed under the Apache License, Version 2.0 (the "License");
3
# you may not use this file except in compliance with the License.
4
# You may obtain a copy of the License at
5
-#
+#
6
# http://www.apache.org/licenses/LICENSE-2.0
7
8
# Unless required by applicable law or agreed to in writing, software
@@ -339,4 +339,3 @@ def test_get_variation__user_profile_save_fails(self):
339
mock_bucket.assert_called_once_with(experiment, 'test_user', 'test_user')
340
mock_save.assert_called_once_with({'user_id': 'test_user',
341
'experiment_bucket_map': {'111127': {'variation_id': '111129'}}})
342
-
0 commit comments