[stable-2.8] Fix for skipping of gitlab_runner test.

Correct variable name for skipping of the gitlab test when gitlab python
client is not installed.
(cherry picked from commit 0c992d5ae4)

Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
pull/59687/head
Toshio Kuratomi 7 years ago
parent 542aec6166
commit e2c8a64b45

@ -30,7 +30,7 @@ except ImportError:
pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
# Need to set these to something so that we don't fail when parsing
GitlabModuleTestCase = object
resp_find_runners = _dummy
resp_find_runners_list = _dummy
resp_get_runner = _dummy
resp_create_runner = _dummy
resp_delete_runner = _dummy

Loading…
Cancel
Save