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
|
@ -1,5 +1,5 @@
|
|||
class FakeMixpanel(object):
|
||||
def send(self, endpoint, json_message):
|
||||
def track(*args, **kwargs):
|
||||
pass
|
||||
|
||||
def init_app(app):
|
||||
|
|
Reference in a new issue