diff --git a/netbox/netbox/configuration_testing.py b/netbox/netbox/configuration_testing.py index 9d23afb90..18a3c2afa 100644 --- a/netbox/netbox/configuration_testing.py +++ b/netbox/netbox/configuration_testing.py @@ -7,7 +7,7 @@ ALLOWED_HOSTS = ['*'] DATABASE = { 'NAME': 'netbox', - 'USER': 'postgres', + 'USER': 'netbox', 'PASSWORD': 'netbox', 'HOST': 'localhost', 'PORT': '',