Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit a6f220d

Browse files
committed
Improve some test names
1 parent 161e9f4 commit a6f220d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_apilytics_sender_should_call_apilytics_api(
4141
assert isinstance(data["timeMillis"], int)
4242

4343

44-
def test_middleware_should_send_query_params(
44+
def test_apilytics_sender_should_send_query_params(
4545
mocked_urlopen: unittest.mock.MagicMock,
4646
) -> None:
4747
with apilytics.core.ApilyticsSender(
@@ -59,7 +59,7 @@ def test_middleware_should_send_query_params(
5959
assert data["query"] == "key=value?other=123"
6060

6161

62-
def test_middleware_should_not_send_empty_query_params(
62+
def test_apilytics_sender_should_not_send_empty_query_params(
6363
mocked_urlopen: unittest.mock.MagicMock,
6464
) -> None:
6565
with apilytics.core.ApilyticsSender(

0 commit comments

Comments
 (0)