summaryrefslogtreecommitdiff
path: root/tests/functional/conftest.py
diff options
context:
space:
mode:
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",
}