diff options
Diffstat (limited to 'gitlab/tests/objects/test_appearance.py')
-rw-r--r-- | gitlab/tests/objects/test_appearance.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/tests/objects/test_appearance.py b/gitlab/tests/objects/test_appearance.py index 43ea574..0de6524 100644 --- a/gitlab/tests/objects/test_appearance.py +++ b/gitlab/tests/objects/test_appearance.py @@ -5,7 +5,6 @@ GitLab API: https://docs.gitlab.com/ce/api/appearance.html import pytest import responses - title = "GitLab Test Instance" description = "gitlab-test.example.com" new_title = "new-title" |