Skip to content

Commit

Permalink
removed useless assert
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed May 1, 2024
1 parent bb98906 commit cf72db5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def request_map_to_trigger_exception() -> RequestMap:


def test_send_requests(request_map_collection: List[RequestMap]) -> None:
assert True is True
session = Clump(requests=request_map_collection)
responses: List[RequestResponse] = session.send_requests()
assert len(responses) == 100
Expand Down

0 comments on commit cf72db5

Please sign in to comment.