Commit 1044414a authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'tomi/130421/fix_branch_naming' into 'master'

Removing hardcoded branch name

See merge request gitlab-org/gitlab!59252
parents a277aaf4 61761f8c
......@@ -62,7 +62,7 @@ module QA
@labels = []
@file_name = "added_file-#{SecureRandom.hex(8)}.txt"
@file_content = "File Added"
@target_branch = "master"
@target_branch = project.default_branch
@target_new_branch = true
@no_preparation = false
@wait_for_merge = true
......
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