Skip to content

Commit

Permalink
chore: disregard output moved elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Dec 15, 2023
1 parent 28df747 commit 16a0ee6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration/diff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ func Test_Diff_Masked_OlderThan3x(t *testing.T) {

out, err := diff(tc.stateFile)

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.2.1.3)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.5.1.2)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.8)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.4.1)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.4.1.3)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.0.5)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.6.0.2)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.8)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:1.4.3)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:3.3)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:3.2)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:3.1)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.3.3)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.5.1)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:1.5.1)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.2.2)

out declared and not used

Check failure on line 537 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong/kong:master-alpine)

out declared and not used
assert.NoError(t, err)
assert.Equal(t, expectedOutputMasked, out)
})
}

Expand All @@ -553,7 +552,6 @@ func Test_Diff_Masked_OlderThan3x(t *testing.T) {

out, err := diff(tc.stateFile, "--json-output")

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.2.1.3)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.5.1.2)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.8)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.4.1)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.4.1.3)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.0.5)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.6.0.2)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.8)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:1.4.3)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:3.3)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:3.1)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:3.2)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.3.3)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.5.1)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:1.5.1)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.2.2)

out declared and not used

Check failure on line 553 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong/kong:master-alpine)

out declared and not used
assert.NoError(t, err)
assert.Equal(t, expectedOutputMaskedJSON, out)
})
}
}
Expand Down Expand Up @@ -588,7 +586,6 @@ func Test_Diff_Masked_NewerThan3x(t *testing.T) {

out, err := diff(tc.stateFile)

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.2.1.3)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.5.1.2)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.8)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.4.1)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.4.1.3)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.0.5)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:2.6.0.2)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.8)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:1.4.3)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / enterprise-integration-tests / integration (kong/kong-gateway:3.3)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:3.2)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:3.1)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.3.3)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.5.1)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:1.5.1)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong:2.2.2)

out declared and not used

Check failure on line 587 in tests/integration/diff_test.go

View workflow job for this annotation

GitHub Actions / integration-tests / integration (kong/kong:master-alpine)

out declared and not used
assert.NoError(t, err)
assert.Equal(t, expectedOutputMasked, out)
})
}
for _, tc := range tests {
Expand Down

0 comments on commit 16a0ee6

Please sign in to comment.