Debugging a failing in travis test
This commit is contained in:
parent
08f70ebff4
commit
5edbc71df6
@ -49,6 +49,7 @@ class GlobalManager(TestCase):
|
||||
manager.error()
|
||||
except bottle.HTTPResponse as e:
|
||||
print "============="
|
||||
print dir(e)
|
||||
print e.status
|
||||
print "============="
|
||||
assert e.status == 405
|
||||
|
Loading…
x
Reference in New Issue
Block a user