Skip to content

Commit 09f40bb

Browse files
JonnyWong16Copilot
andauthored
Rename build_query_key test
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2dce66b commit 09f40bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_fetch_items.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_find_items_empty_data(plex):
4141
assert isinstance(result, MediaContainer)
4242

4343

44-
def test_buildQueryKey(plex):
44+
def test_build_query_key(plex):
4545
key = '/test/key'
4646
key_with_query = f'{key}?foo=bar'
4747
kwargs = {'index': 1, 'type': 2}

0 commit comments

Comments
 (0)