Skip to content

Commit

Permalink
Update testsettings for parasol -> parasolr
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Mar 5, 2019
1 parent d95b411 commit 9632f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/testsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'parasol',
'parasolr',
)

# Keeping this blank avoids false detections from SECRET_KEY
Expand All @@ -27,7 +27,7 @@
'COLLECTION': 'myplugin',
'TEST': {
'URL': 'http://localhost:8983/solr/',
'COLLECTION': 'parasol_test',
'COLLECTION': 'parasolr_test',
# aggressive commitWithin for test only
'COMMITWITHIN': 750,
'CONFIGSET': 'basic_configs'
Expand Down

0 comments on commit 9632f75

Please sign in to comment.