Skip to content

Commit f5def1d

Browse files
committed
chore(logs): fix errors
1 parent 4082ca3 commit f5def1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/cmd/logs/instance/update/update_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ func TestBuildRequest(t *testing.T) {
240240
request := buildRequest(testCtx, tt.model, testClient)
241241

242242
diff := cmp.Diff(request, tt.expectedRequest,
243-
cmp.AllowUnexported(tt.expectedRequest, logs.DefaultAPIService{}),
244-
cmpopts.EquateComparable(testCtx),
243+
cmp.AllowUnexported(tt.expectedRequest),
244+
cmpopts.EquateComparable(testCtx, logs.DefaultAPIService{}),
245245
)
246246
if diff != "" {
247247
t.Fatalf("Data does not match: %s", diff)

0 commit comments

Comments
 (0)