Skip to content

Commit

Permalink
Update test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Feb 24, 2020
1 parent 12fa6ac commit 5778813
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def __getitem__(self, item):
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'machina_test',
'USER': 'postgres',
'PASSWORD': '',
'HOST': 'localhost',
}
}
Expand All @@ -47,6 +48,7 @@ def __getitem__(self, item):
'ENGINE': 'django.db.backends.mysql',
'NAME': 'machina_test',
'USER': 'root',
'PASSWORD': '',
'HOST': 'localhost',
'TEST': {
'CHARSET': 'utf8mb4',
Expand Down

0 comments on commit 5778813

Please sign in to comment.