Add some tests to make sure our docker API is properly respecting auth.
This commit is contained in:
parent
05ccd4e793
commit
8a738c2bf9
5 changed files with 278 additions and 15 deletions
|
@ -23,7 +23,7 @@ class FakeStorage(Storage):
|
|||
pass
|
||||
|
||||
def exists(self, path):
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
class FakeUserfiles(object):
|
||||
|
|
Reference in a new issue