providers/saml: fix unittests

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-01 20:05:50 +02:00
parent b4a6f8350b
commit 7e63a18d37
2 changed files with 3 additions and 4 deletions

View File

@ -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",
)

View File

@ -174,8 +174,7 @@ export class SAMLProviderViewPage extends Page {
</div>
</div>
</div>
` : html``}
</section>
</section>` : html``}
</ak-tabs>`;
}
}