Commit 5c15d83f authored by Richard Clamp's avatar Richard Clamp

QA group name, use hyphens rather than underscores

In doing some experimental testing of enabling the embedded mattermost
we found that the currently generated QA namespace was problematic in that
it used underscores when generating group names.  This is invalid for a
mattermost team name, underscores are illegal there.

Here we change to use hyphens as they are legal in team names.
parent 1fb4215b
......@@ -8,7 +8,7 @@ module QA
end
def name
'qa_test_' + time.strftime('%d_%m_%Y_%H-%M-%S')
'qa-test-' + time.strftime('%d-%m-%Y-%H-%M-%S')
end
def sandbox_name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment