Skip to content

Commit b1f13f6

Browse files
Kevin KimKevin Kim
authored andcommitted
Yapf
1 parent b579faf commit b1f13f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/test_label.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ def test_label_export(configured_project_with_label):
4040
#TODO: Add test for bulk export back.
4141
# The new exporter doesn't work with the create_label mutation
4242

43+
4344
# TODO: Skipping this test in staging due to label not updating
44-
@pytest.mark.skipif(condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem" or os.environ['LABELBOX_TEST_ENVIRON'] == "staging",
45+
@pytest.mark.skipif(condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem" or
46+
os.environ['LABELBOX_TEST_ENVIRON'] == "staging",
4547
reason="does not work for onprem")
4648
def test_label_update(configured_project_with_label):
4749
_, _, _, label = configured_project_with_label

0 commit comments

Comments
 (0)