passing all but one test
This commit is contained in:
@@ -1575,7 +1575,7 @@ class PlannedSessionsView(TestCase):
|
||||
|
||||
url = '/rowers/sessions/{psid}/detach/{id}/'.format(
|
||||
psid=self.ps_time.id,
|
||||
id = self.w1.id,
|
||||
id = encoder.encode_hex(self.w1.id),
|
||||
)
|
||||
|
||||
response = self.c.get(url,follow=True)
|
||||
|
||||
Reference in New Issue
Block a user