Skip to content

Commit 3e3a38c

Browse files
committed
Fixes conflits between mcm keys on travis
1 parent e4d6510 commit 3e3a38c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/features/test_search_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ def test_mcm(self):
137137

138138
python_version = platform.python_version().replace('.', '')[:2]
139139

140+
python_version += os.environ.get('TEST_TYPE', '')
141+
140142
user_id = 'python{}-{}-{}'.format(python_version, date, instance)
141143

142144
mcm.assign_user_id(user_id, clusters[0]['clusterName'])

0 commit comments

Comments
 (0)