summaryrefslogtreecommitdiff
path: root/tests/functional/conftest.py
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-10-09 15:35:32 +0200
committerNejc Habjan <hab.nejc@gmail.com>2021-10-11 22:49:46 +0200
commit545f8ed24124837bf4e55aa34e185270a4b7aeff (patch)
treeadad76b598b917d9ca77ed600dcd62c63af67950 /tests/functional/conftest.py
parent5a1678f43184bd459132102cc13cf8426fe0449d (diff)
downloadgitlab-chore/master-to-main.tar.gz
chore: rename `master` branch to `main`chore/master-to-main
BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development has changed from `master` to `main`.
Diffstat (limited to 'tests/functional/conftest.py')
-rw-r--r--tests/functional/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/conftest.py b/tests/functional/conftest.py
index 23aa583..b6fb9ed 100644
--- a/tests/functional/conftest.py
+++ b/tests/functional/conftest.py
@@ -305,7 +305,7 @@ def project_file(project):
project_file = project.files.create(
{
"file_path": "README",
- "branch": "master",
+ "branch": "main",
"content": "Initial content",
"commit_message": "Initial commit",
}