Skip to content

Commit

Permalink
Fix test version class name
Browse files Browse the repository at this point in the history
  • Loading branch information
santos22 committed May 13, 2020
1 parent 12e6c07 commit 19960dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/api/v3/tests/test_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from readthedocs.projects.models import Project


class VerionsEndpointTests(APIEndpointMixin):
class VersionsEndpointTests(APIEndpointMixin):

def test_projects_versions_list(self):
self.client.credentials(HTTP_AUTHORIZATION=f'Token {self.token.key}')
Expand Down

0 comments on commit 19960dc

Please sign in to comment.