Skip to content

Commit a0be182

Browse files
committed
(fix) missed file
1 parent c4be003 commit a0be182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/helpers_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func TestConfigureClient(t *testing.T) {
7373
t.Run(tt.name, func(t *testing.T) {
7474
t.Parallel()
7575

76-
client := provider.ConfigureClient(tt.req, tt.resp, "test")
76+
client := provider.ConfigureClient(tt.req, tt.resp)
7777
assert.Equal(t, tt.expectedClient, client)
7878

7979
switch resp := tt.resp.(type) {

0 commit comments

Comments
 (0)