summaryrefslogtreecommitdiff
path: root/qa/qa/resource/repository
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/resource/repository')
-rw-r--r--qa/qa/resource/repository/wiki_push.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/qa/qa/resource/repository/wiki_push.rb b/qa/qa/resource/repository/wiki_push.rb
index f188e52c969..edf76c7cd78 100644
--- a/qa/qa/resource/repository/wiki_push.rb
+++ b/qa/qa/resource/repository/wiki_push.rb
@@ -12,14 +12,11 @@ module QA
end
end
- def branch_name
- @branch_name ||= wiki.project.default_branch
- end
-
def initialize
@file_name = 'Home.md'
@file_content = 'This line was created using git push'
@commit_message = 'Updating using git push'
+ @branch_name = 'master'
@new_branch = false
end