Skip to content

Commit 0b2dded

Browse files
committed
chore(config_test): appease lint errors
This appeases lint warnings in `github/config_test.go`: https://github.com/integrations/terraform-provider-github/actions/runs/21232219897/job/61621068985?pr=2514 Signed-off-by: Mike Ball <[email protected]>
1 parent cedeeb1 commit 0b2dded

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

github/config_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ func TestPreviewHeaderInjectorTransport_RoundTrip(t *testing.T) {
465465

466466
// Execute RoundTrip
467467
resp, err := injector.RoundTrip(req)
468-
469468
// Verify no error
470469
if err != nil {
471470
t.Fatalf("unexpected error: %v", err)
@@ -504,7 +503,7 @@ func TestPreviewHeaderInjectorTransport_RoundTrip(t *testing.T) {
504503
}
505504
}
506505

507-
// mockRoundTripper is a mock implementation of http.RoundTripper for testing
506+
// mockRoundTripper is a mock implementation of http.RoundTripper for testing.
508507
type mockRoundTripper struct {
509508
roundTripFunc func(*http.Request) (*http.Response, error)
510509
}

0 commit comments

Comments
 (0)