Skip to content

Commit 2cae7ba

Browse files
committed
Lint running
1 parent 55426f3 commit 2cae7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/function_resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ func TestAccFunctionResource_InsertSource(t *testing.T) {
342342
}
343343
}
344344
}`))
345-
345+
346346
case req.URL.Path == "/functions/my-function-id" && req.Method == http.MethodGet:
347347
if updated == 0 {
348348
_, _ = w.Write([]byte(`

0 commit comments

Comments
 (0)