Skip to content

Commit 98f1956

Browse files
chore: fix issue if only run test_gitlab.py func test
Make it so can run just the test_gitlab.py functional test. For example: $ tox -e api_func_v4 -- -k test_gitlab.py
1 parent f67514e commit 98f1956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/functional/api/test_gitlab.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def test_hooks(gl):
126126

127127

128128
def test_namespaces(gl, get_all_kwargs):
129+
gl.auth()
129130
current_user = gl.user.username
130131

131132
namespaces = gl.namespaces.list(**get_all_kwargs)

0 commit comments

Comments
 (0)