Commit d0185c93 by Jason Bau

make OEE upload test pass

parent 63bdeea4
......@@ -52,6 +52,10 @@ class MockS3Connection(object):
def create_bucket(self, bucket_name, **kwargs):
return "edX Bucket"
def lookup(self, bucket_name):
return None
class MockUploadedFile(object):
"""
Create a mock uploaded file for image submission tests.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment