Skip to content

Commit 3bf7edc

Browse files
committed
Fix GitHub settings
1 parent e53d679 commit 3bf7edc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/settings/environments/github.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
'NAME': 'isimip_metadata',
1616
'USER': 'postgres',
1717
'PASSWORD': 'postgres_password',
18-
'HOST': '127.0.0.1'
18+
'HOST': '127.0.0.1',
19+
'TEST': {
20+
'NAME': 'test_isimip_metadata'
21+
}
1922
}
2023
}
2124

0 commit comments

Comments
 (0)