Skip to content

Commit e40fdc2

Browse files
authored
Merge branch 'main' into dev
2 parents 739c157 + 27da2ae commit e40fdc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_norwegianblue.py

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def teardown_method(self) -> None:
6464
_cache.filename = self.original__cache_filename
6565
_cache.save = self.original__save_cache
6666

67+
@mock.patch.dict(os.environ, {"NO_COLOR": "TRUE"})
6768
@respx.mock
6869
@pytest.mark.parametrize(
6970
"test_format, test_show_title, expected",
@@ -98,6 +99,7 @@ def test_norwegianblue_formats(
9899
# Assert
99100
assert output.strip() == expected.strip()
100101

102+
@mock.patch.dict(os.environ, {"NO_COLOR": "TRUE"})
101103
@respx.mock
102104
@pytest.mark.parametrize(
103105
"test_product, sample_response, expected",

0 commit comments

Comments
 (0)