Skip to content

Commit

Permalink
Fix django-upgrade pre-commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav13081994 committed Feb 5, 2023
1 parent 50a2507 commit 361539e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
if test_db_vendor == "postgres":
DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql_psycopg2",
"ENGINE": "django.db.backends.postgresql",
"NAME": test_db_name,
"USER": test_db_user,
"PASSWORD": test_db_pass,
Expand Down

0 comments on commit 361539e

Please sign in to comment.