Skip to content

Commit

Permalink
Update test_url_builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik authored Dec 15, 2024
1 parent 66e9df0 commit b6ad70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/brokers/rabbit/test_url_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
),
],
)
def test_unpack_args(self, url_kwargs: Dict[str, Any], expected_url: URL) -> None:
def test_unpack_args(url_kwargs: Dict[str, Any], expected_url: URL) -> None:
url = build_url(**url_kwargs)
assert url == expected_url

0 comments on commit b6ad70f

Please sign in to comment.