Skip to content

Commit

Permalink
Update tests/tests_unit/test_docstring_examples.py
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonvt authored Nov 16, 2023
1 parent 73f0cbc commit 97d1c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_unit/test_docstring_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run_docstring_tests(module):


@patch("cognite.client.CogniteClient", CogniteClientMock)
@patch("os.environ", defaultdict(lambda: "value"))
@patch("os.environ", defaultdict(lambda: "value")) # ensure env.var. lookups does not fail in doctests
class TestDocstringExamples:
def test_time_series(self):
run_docstring_tests(time_series)
Expand Down

0 comments on commit 97d1c44

Please sign in to comment.