Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty committed Dec 6, 2023
1 parent 37c5acf commit 9a09274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/diff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

var (
expectedOutputMasked = `updatingservicesvc1 {
expectedOutputMasked = `updatingservicesvc1 {
"connect_timeout": 60000,
"enabled": true,
"host": "[masked]",
Expand All @@ -37,7 +37,7 @@ Summary:
Deleted: 0
`

expectedOutputUnMasked = `updatingservicesvc1 {
expectedOutputUnMasked = `updatingservicesvc1 {
"connect_timeout": 60000,
"enabled": true,
"host": "mockbin.org",
Expand Down

0 comments on commit 9a09274

Please sign in to comment.