Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_data_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def _get(dc, path):
),
],
)
def test_initalize_client_data_collection(options, expected):
def test_initialize_client_data_collection(options, expected):
dc = _initialize_client_with_config(**options)
for path, value in expected.items():
assert _get(dc, path) == value, f"{path} != {value!r}"
Expand Down
Loading