Skip to content

Commit

Permalink
happy now, linter?
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh committed Jun 13, 2024
1 parent 5bfa5a3 commit c2c5289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5306,8 +5306,8 @@ func Test_Sync_FilterChains(t *testing.T) {

require.NoError(t, sync("testdata/sync/033-filter-chains/update.yaml"))

newJson := kong.JSONRawMessage(`"{\n \"add\": {\n \"headers\": [\n \"x-service:CHANGED\"\n ]\n }\n}\n"`)
serviceChain.Filters[0].Config = newJson
newConfig := kong.JSONRawMessage(`"{\n \"add\": {\n \"headers\": [\n \"x-service:CHANGED\"\n ]\n }\n}\n"`)
serviceChain.Filters[0].Config = newConfig
routeChain.Filters[0].Enabled = kong.Bool(false)

testKongState(t, client, false, expectedState, nil)
Expand Down

0 comments on commit c2c5289

Please sign in to comment.