Skip to content

Commit d77b464

Browse files
committed
updated postgres tests
1 parent 91aaa58 commit d77b464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_project/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'default': {
2020
'ENGINE': 'django.db.backends.postgresql_psycopg2',
2121
'USER': 'postgres',
22-
'NAME': 'manager_utils',
22+
'NAME': 'db_mutex',
2323
}
2424
}
2525
else:

0 commit comments

Comments
 (0)