now passes new tests
This commit is contained in:
@@ -112,9 +112,10 @@ class EmpowerTest(TestCase):
|
||||
def test_workflow_map_view(self, mocked_sqlalchemy):
|
||||
login = self.c.login(username='john',password='koeinsloot')
|
||||
self.assertTrue(login)
|
||||
encodedid = str(encoder.encode_hex(self.wote.id))
|
||||
|
||||
url = '/rowers/workout/{id}/workflow/'.format(
|
||||
id = self.wote.id
|
||||
id = encodedid
|
||||
)
|
||||
|
||||
response = self.c.get(url)
|
||||
|
||||
Reference in New Issue
Block a user