summaryrefslogtreecommitdiff
path: root/tests/unit/objects/test_submodules.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/unit/objects/test_submodules.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/unit/objects/test_submodules.py')
-rw-r--r--tests/unit/objects/test_submodules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/objects/test_submodules.py b/tests/unit/objects/test_submodules.py
index 69c1cd7..fc95aa3 100644
--- a/tests/unit/objects/test_submodules.py
+++ b/tests/unit/objects/test_submodules.py
@@ -37,7 +37,7 @@ def resp_update_submodule():
def test_update_submodule(project, resp_update_submodule):
ret = project.update_submodule(
submodule="foo/bar",
- branch="master",
+ branch="main",
commit_sha="4c3674f66071e30b3311dac9b9ccc90502a72664",
commit_message="Message",
)