You've already forked hotpocket
BTHLABS-66: Prepping for public release: Take five
AKA "Using Apple reviewers as QA for your project". Thanks, y'all! :)
This commit is contained in:
@@ -54,8 +54,12 @@ def test_ok(authenticated_client: Client,
|
||||
call_result = result.json()
|
||||
assert 'error' not in call_result
|
||||
|
||||
save_pk = uuid.UUID(call_result['result']['target_uuid'])
|
||||
association_pk = uuid.UUID(call_result['result']['id'])
|
||||
save_pk = uuid.UUID(call_result['result']['target_uuid'])
|
||||
|
||||
assert call_result['result']['url'].endswith(reverse(
|
||||
'ui.associations.view', args=(association_pk,),
|
||||
))
|
||||
|
||||
AssociationsTestingService().assert_created(
|
||||
pk=association_pk,
|
||||
|
||||
Reference in New Issue
Block a user