Skip to content

Commit 7ea1009

Browse files
committed
fix syntax error
1 parent 577f6a5 commit 7ea1009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/bundle/bind_resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func TestBindJobToExistingJob(t *testing.T) {
3636

3737
ctx = env.Set(ctx, "BUNDLE_ROOT", bundleRoot)
3838
c := testcli.NewRunner(t, ctx, "bundle", "deployment", "bind", "foo", fmt.Sprint(jobId), "--auto-approve")
39-
_, _, err = c.Run()
39+
_, _, err := c.Run()
4040
require.NoError(t, err)
4141

4242
// Remove .databricks directory to simulate a fresh deployment

0 commit comments

Comments
 (0)