-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #406 from vscheuber/main
fix failing e2e test
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
" | ||
`; |