Skip to content

Commit

Permalink
Fix typo in runtests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rerb committed Mar 12, 2016
1 parent ccda2b7 commit 0bfbb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# or allow read-only access for unauthenticated users.
'DEFAULT_PERMISSION_CLASSES': [
'rest_framework.permissions.DjangoModelPermissionsOrAnonReadOnly'
]
],
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
'DEFAULT_THROTTLE_CLASSES': (
'rest_framework.throttling.AnonRateThrottle',
Expand Down

0 comments on commit 0bfbb50

Please sign in to comment.