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
|
designation=FlowDesignation.AUTHORIZATION
|
||||||
)
|
)
|
||||||
.first()
|
.first()
|
||||||
.pk,
|
.slug,
|
||||||
},
|
},
|
||||||
format="multipart",
|
format="multipart",
|
||||||
)
|
)
|
||||||
|
@ -97,7 +97,7 @@ class TestSAMLProviderAPI(APITestCase):
|
||||||
designation=FlowDesignation.AUTHORIZATION
|
designation=FlowDesignation.AUTHORIZATION
|
||||||
)
|
)
|
||||||
.first()
|
.first()
|
||||||
.pk,
|
.slug,
|
||||||
},
|
},
|
||||||
format="multipart",
|
format="multipart",
|
||||||
)
|
)
|
||||||
|
|
|
@ -174,8 +174,7 @@ export class SAMLProviderViewPage extends Page {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
` : html``}
|
</section>` : html``}
|
||||||
</section>
|
|
||||||
</ak-tabs>`;
|
</ak-tabs>`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue