-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(cmd-api-server): fix expected Non-exempt unprotected got Failed …
…to start 1. Refactored the assertion to inspect the nested inner exception's message instead of the outer, more generic one. 2. Also fixed a bug in the ApiServer class where it was constructing a comma seperated list of unprotected endpoints incorrectly and ended up with [object object] as the CSV instead of a list of the HTTP URLs of the endpoints. Fixes #2711 [skip ci] Signed-off-by: Peter Somogyvari <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
3 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
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