Adding database config unit tests

This commit is contained in:
Matthew Jones
2016-01-11 16:01:16 -05:00
parent 71c7dc16e3
commit f366b34847
3 changed files with 106 additions and 0 deletions

View File

@@ -2965,6 +2965,7 @@ class SettingsList(ListCreateAPIView):
model = TowerSettings
serializer_class = TowerSettingsSerializer
authentication_classes = [TokenGetAuthentication] + api_settings.DEFAULT_AUTHENTICATION_CLASSES
new_in_300 = True
filter_backends = ()