Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
Fixed/removed team from class names
Browse files Browse the repository at this point in the history
  • Loading branch information
Darragh Duffy committed Nov 24, 2022
1 parent d05bf91 commit 73b7fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_django_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def assertResponse(response: Response, **kwargs) -> None:
schema_tester.validate_response(response=response, **kwargs)


class TeamsAPITests(BaseAPITestCase):
def test_schema_using_assert_response(self):
class PetsAPITests(BaseAPITestCase):
def test_get_pet_by_id(self):
response = self.client.get(
reverse(
"get-pet",
Expand Down

0 comments on commit 73b7fb7

Please sign in to comment.