Skip to content

Commit

Permalink
fix(test): match spacing from deck diff output
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty committed Dec 6, 2023
1 parent f72da91 commit 37c5acf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 = `updating service svc1 {
expectedOutputMasked = `updatingservicesvc1 {
"connect_timeout": 60000,
"enabled": true,
"host": "[masked]",
Expand All @@ -30,14 +30,14 @@ var (
+ ]
}
creating plugin rate-limiting (global)
creatingpluginrate-limiting (global)
Summary:
Created: 1
Updated: 1
Deleted: 0
`

expectedOutputUnMasked = `updating service svc1 {
expectedOutputUnMasked = `updatingservicesvc1 {
"connect_timeout": 60000,
"enabled": true,
"host": "mockbin.org",
Expand All @@ -53,7 +53,7 @@ Summary:
+ ]
}
creating plugin rate-limiting (global)
creatingpluginrate-limiting (global)
Summary:
Created: 1
Updated: 1
Expand Down

0 comments on commit 37c5acf

Please sign in to comment.