CivicSpleen / ambry

A comprehensive data package manager
BSD 2-Clause "Simplified" License
4 stars 5 forks source link

Checkin test fails with AttributeError: 'Client' object has no attribute 'authenticate' #181

Open nmb10 opened 8 years ago

nmb10 commented 8 years ago
py.test test/functional/test_web.py::Test::test_checkin

Error:

        c = Client('http://localhost:8080')
>       c.authenticate('api', api_password, jwt_secret)
E       AttributeError: 'Client' object has no attribute 'authenticate'