forked from spinnaker/spin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(jsonpath): add tests for non-primitives (spinnaker#286)
This change adds tests to prevent unintentional breakage related to output of non-primitive jsonpath outputs. The changes made in spinnaker#241 do not pass these tests, as they return Go-syntax. Updating client-go to v0.19.0-rc.2 that contains the fix for printing JSON still does not pass the tests as the output would be encapsulated in `[]`
- Loading branch information
Showing
2 changed files
with
152 additions
and
2 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