Skip to content

Commit 622c572

Browse files
committed
Update go.mod to include objx package and fix lint issue by adding a newline at the end of apiclient_test.go file for improved code readability.
1 parent 35cc73e commit 622c572

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ require (
8080
github.com/spf13/afero v1.12.0 // indirect
8181
github.com/spf13/cast v1.7.1 // indirect
8282
github.com/spf13/pflag v1.0.6 // indirect
83+
github.com/stretchr/objx v0.5.2 // indirect
8384
github.com/subosito/gotenv v1.6.0 // indirect
8485
github.com/twmb/franz-go/pkg/kmsg v1.9.0 // indirect
8586
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect

pkg/config/apiclient_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,4 +469,4 @@ func TestNewSNCloudSession_OAuth_InitializationError(t *testing.T) {
469469
assert.Nil(t, session)
470470
assert.Error(t, err)
471471
assert.Contains(t, err.Error(), "failed to initialize token refresher")
472-
}
472+
}

0 commit comments

Comments
 (0)