modified test .ini files and changed tests to use basic_auth bcrypt
[mediagoblin.git] / mediagoblin / tests / test_mgoblin_app.ini
index 0466b53b901d60c77e0a0ebc2c5a0f17a19a8749..180eea192ce54e023728732f01e95c58a6079948 100644 (file)
@@ -2,6 +2,7 @@
 direct_remote_path = /test_static/
 email_sender_address = "notice@mediagoblin.example.org"
 email_debug_mode = true
+no_auth = true
 
 # TODO: Switch to using an in-memory database
 sql_engine = "sqlite:///%(here)s/user_dev/mediagoblin.db"
@@ -31,3 +32,4 @@ BROKER_HOST = "sqlite:///%(here)s/user_dev/kombu.db"
 [[mediagoblin.plugins.oauth]]
 [[mediagoblin.plugins.httpapiauth]]
 [[mediagoblin.plugins.piwigo]]
+[[mediagoblin.plugins.basic_auth]]