diff options
Diffstat (limited to 'gitlab/tests/objects/test_snippets.py')
-rw-r--r-- | gitlab/tests/objects/test_snippets.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/tests/objects/test_snippets.py b/gitlab/tests/objects/test_snippets.py index 7e8afc2..2540fc3 100644 --- a/gitlab/tests/objects/test_snippets.py +++ b/gitlab/tests/objects/test_snippets.py @@ -6,7 +6,6 @@ GitLab API: https://docs.gitlab.com/ce/api/project_snippets.html import pytest import responses - title = "Example Snippet Title" visibility = "private" new_title = "new-title" |