providers/saml: fix unittests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
b4a6f8350b
commit
7e63a18d37
|
@ -76,7 +76,7 @@ class TestSAMLProviderAPI(APITestCase):
|
|||
designation=FlowDesignation.AUTHORIZATION
|
||||
)
|
||||
.first()
|
||||
.pk,
|
||||
.slug,
|
||||
},
|
||||
format="multipart",
|
||||
)
|
||||
|
@ -97,7 +97,7 @@ class TestSAMLProviderAPI(APITestCase):
|
|||
designation=FlowDesignation.AUTHORIZATION
|
||||
)
|
||||
.first()
|
||||
.pk,
|
||||
.slug,
|
||||
},
|
||||
format="multipart",
|
||||
)
|
||||
|
|
|
@ -174,8 +174,7 @@ export class SAMLProviderViewPage extends Page {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
` : html``}
|
||||
</section>
|
||||
</section>` : html``}
|
||||
</ak-tabs>`;
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue