We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577f6a5 commit 7ea1009Copy full SHA for 7ea1009
integration/bundle/bind_resource_test.go
@@ -36,7 +36,7 @@ func TestBindJobToExistingJob(t *testing.T) {
36
37
ctx = env.Set(ctx, "BUNDLE_ROOT", bundleRoot)
38
c := testcli.NewRunner(t, ctx, "bundle", "deployment", "bind", "foo", fmt.Sprint(jobId), "--auto-approve")
39
- _, _, err = c.Run()
+ _, _, err := c.Run()
40
require.NoError(t, err)
41
42
// Remove .databricks directory to simulate a fresh deployment
0 commit comments