Skip to content

Commit

Permalink
Fix message in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakuz-db committed Jan 22, 2025
1 parent 229fdb2 commit 6e8f5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/config/mutator/set_variables_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func TestSetVariablesErrorsIfAValueCouldNotBeResolved(t *testing.T) {
require.NoError(t, err)

_, err = setVariable(context.Background(), v, &variable, "foo")
assert.ErrorContains(t, err, "no value assigned to required variable foo. Assignment can be done using \"--var\" or \"--var-file\", by setting the BUNDLE_VAR_foo environment variable, or in .databricks/bundle/<target>/vars.json file")
assert.ErrorContains(t, err, "no value assigned to required variable foo. Assignment can be done using \"--var\" or \"--var-file\", by setting the BUNDLE_VAR_foo environment variable, or in .databricks/bundle/<target>/variable-overrides.json file")
}

func TestSetVariablesMutator(t *testing.T) {
Expand Down

0 comments on commit 6e8f5f3

Please sign in to comment.