Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Jan 24, 2024
1 parent 3ee4100 commit 3e64433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/template/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func TestPromptIsSkipped(t *testing.T) {

// No values assigned to config. Expect error because required values are
// missing
skip, err = c.skipPrompt(jsonschema.Property{
_, err = c.skipPrompt(jsonschema.Property{
Name: "xyz",
Schema: c.schema.Properties["xyz"],
}, testRenderer())
Expand Down

0 comments on commit 3e64433

Please sign in to comment.