From 4f5e1760d47e6d0b01e1351f9bdbc455ab3397dc Mon Sep 17 00:00:00 2001 From: Fang-Pen Lin Date: Mon, 3 Nov 2025 14:48:35 -0800 Subject: [PATCH] Assert eab --- backend/bdd/features/pki/acme/cert-profile.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/bdd/features/pki/acme/cert-profile.feature b/backend/bdd/features/pki/acme/cert-profile.feature index c14a7a3ad..042f86e39 100644 --- a/backend/bdd/features/pki/acme/cert-profile.feature +++ b/backend/bdd/features/pki/acme/cert-profile.feature @@ -41,3 +41,5 @@ Feature: ACME Cert Profile And I memorize response with jq ".certificateProfile.id" as profile_id When I send a GET request to "/api/v1/pki/certificate-profiles/{profile_id}/acme/eab-secret/reveal" Then the value response.status_code should be equal to 200 + Then the value response with jq .eabKid should be equal to "{profile_id}" + Then the value response with jq .eabSecret should be present