We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c2d2b commit 61ae3f1Copy full SHA for 61ae3f1
tests/functional/api/test_bulk_imports.py
@@ -1,4 +1,5 @@
1
import time
2
+
3
import pytest
4
5
import gitlab
@@ -15,7 +16,7 @@ def bulk_import_enabled(gl: gitlab.Gitlab):
15
16
# todo: why so fussy with feature flag timing?
17
time.sleep(5)
18
get_settings = gl.settings.get()
- assert get_settings.bulk_import_enabled == True
19
+ assert get_settings.bulk_import_enabled is True
20
21
yield settings
22
0 commit comments