We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e6c07 commit 19960dcCopy full SHA for 19960dc
readthedocs/api/v3/tests/test_versions.py
@@ -8,7 +8,7 @@
8
from readthedocs.projects.models import Project
9
10
11
-class VerionsEndpointTests(APIEndpointMixin):
+class VersionsEndpointTests(APIEndpointMixin):
12
13
def test_projects_versions_list(self):
14
self.client.credentials(HTTP_AUTHORIZATION=f'Token {self.token.key}')
0 commit comments