提交 5c15d83f 编写于 作者: R 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.
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册