Skip to content

Commit 439d0b3

Browse files
committed
fixup! six.moves imports
1 parent 6e89b98 commit 439d0b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def test_linked_thumbnail_url(self):
630630

631631
# For now skip tests that are erroneously failling on some sites to
632632
# allow CI to pass until the known issue causing this is resolved.
633-
@base.skip("Skipping test that erroneously fails on some sites.")
633+
@unittest.skip("Skipping test that erroneously fails on some sites.")
634634
def test_share_thumbnail(self):
635635
"""share thumbnail between two entities"""
636636

@@ -2934,7 +2934,7 @@ def _check_attachment(self, data, attachment_id, additional_fields):
29342934

29352935
# For now skip tests that are erroneously failling on some sites to
29362936
# allow CI to pass until the known issue causing this is resolved.
2937-
@base.skip("Skipping test that erroneously fails on some sites.")
2937+
@unittest.skip("Skipping test that erroneously fails on some sites.")
29382938
def test_simple(self):
29392939
"""
29402940
Test note reply thread API call
@@ -3013,7 +3013,7 @@ def test_simple(self):
30133013

30143014
# For now skip tests that are erroneously failling on some sites to
30153015
# allow CI to pass until the known issue causing this is resolved.
3016-
@base.skip("Skipping test that erroneously fails on some sites.")
3016+
@unittest.skip("Skipping test that erroneously fails on some sites.")
30173017
def test_complex(self):
30183018
"""
30193019
Test note reply thread API call with additional params

0 commit comments

Comments
 (0)