From 992514f752f629453f413affecd4eb5cfc28233d Mon Sep 17 00:00:00 2001 From: Allain Magyar Date: Thu, 26 Sep 2024 08:48:57 -0300 Subject: [PATCH] chore: rollback changes Signed-off-by: Allain Magyar --- .../src/test/kotlin/steps/oid4vci/ManageCredentialConfigSteps.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration-tests/src/test/kotlin/steps/oid4vci/ManageCredentialConfigSteps.kt b/tests/integration-tests/src/test/kotlin/steps/oid4vci/ManageCredentialConfigSteps.kt index a1647f91f9..d1317e5fdb 100644 --- a/tests/integration-tests/src/test/kotlin/steps/oid4vci/ManageCredentialConfigSteps.kt +++ b/tests/integration-tests/src/test/kotlin/steps/oid4vci/ManageCredentialConfigSteps.kt @@ -142,6 +142,7 @@ class ManageCredentialConfigSteps { val credentialIssuer = issuer.recall("oid4vciCredentialIssuer") issuer.attemptsTo( Get("/oid4vci/issuers/${credentialIssuer.id}/.well-known/openid-credential-issuer"), + Ensure.thatTheLastResponse().statusCode().isEqualTo(HttpStatus.SC_OK), ) val metadata = SerenityRest.lastResponse().get() issuer.attemptsTo(