summaryrefslogtreecommitdiff
path: root/tests/functional/api/test_snippets.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/api/test_snippets.py')
-rw-r--r--tests/functional/api/test_snippets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/api/test_snippets.py b/tests/functional/api/test_snippets.py
index 936fbfb..9e0f833 100644
--- a/tests/functional/api/test_snippets.py
+++ b/tests/functional/api/test_snippets.py
@@ -33,7 +33,7 @@ def test_project_snippets(project):
"title": "snip1",
"file_name": "foo.py",
"content": "initial content",
- "visibility": gitlab.v4.objects.VISIBILITY_PRIVATE,
+ "visibility": gitlab.VISIBILITY_PRIVATE,
}
)