Skip to content

Commit

Permalink
[xs] Minor change to upload test
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Jan 20, 2012
1 parent 7bcadaf commit bda3142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/functional/test_upload.py
Expand Up @@ -11,7 +11,7 @@ class TestStorageController:
@classmethod
def setup_class(cls):
config = appconfig('config:test.ini', relative_to=conf_dir)
config.local_conf['ckan.plugins'] = 'storage'
config.local_conf['ckan.storage.directory'] = '/tmp'
wsgiapp = make_app(config.global_conf, **config.local_conf)
cls.app = paste.fixture.TestApp(wsgiapp)
CreateTestData.create()
Expand Down

0 comments on commit bda3142

Please sign in to comment.