Skip to content

Commit

Permalink
fix(tests): Update config test
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Nov 6, 2024
1 parent c0806f0 commit 0610b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_providers/command_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func TestMergeConfigFromFile(t *testing.T) {
},
}

err = auth_providers.MergeConfigFromFile(filePath, newConfig)
_, err = auth_providers.MergeConfigFromFile(filePath, newConfig)
if err != nil {
t.Fatalf("failed to merge config from file: %v", err)
}
Expand Down

0 comments on commit 0610b0a

Please sign in to comment.