Skip to content

Commit

Permalink
Merge pull request #406 from vscheuber/main
Browse files Browse the repository at this point in the history
fix failing e2e test
  • Loading branch information
vscheuber authored Jul 10, 2024
2 parents 228fedd + b08ce52 commit eded8d6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions test/e2e/__snapshots__/conn-describe.e2e.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`frodo conn describe "frodo conn describe https://openam-frodo-dev.forgeblocks.com/am": should describe the connection 1`] = `
"Host │https://openam-frodo-dev.forgeblocks.com/am
Deployment Type │cloud
Username │volker.scheuber@forgerock.com
Password │[present]
Log API Key │2e3e7162c6861fdc50a10b6353ada65a
Log API Secret │[present]
Service Account Name│Frodo-SA-1687293271764
Service Account Id │b672336b-41ef-428d-ae4a-e0c082875377
Service Account JWK │[present]
"Host │https://openam-frodo-dev.forgeblocks.com/am
allowInsecureConnection│
Deployment Type │cloud
Username │volker.scheuber@forgerock.com
Password │[present]
Log API Key │2e3e7162c6861fdc50a10b6353ada65a
Log API Secret │[present]
Service Account Name │Frodo-SA-1687293271764
Service Account Id │b672336b-41ef-428d-ae4a-e0c082875377
Service Account JWK │[present]
"
`;

0 comments on commit eded8d6

Please sign in to comment.