Skip to content

Commit

Permalink
fix: update expected error-message
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Bronnikov <anton@northernforest.nl>
  • Loading branch information
0x416e746f6e committed Jun 13, 2024
1 parent c0bfeaf commit d951cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovh/configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestConfigFromNonExistingFile(t *testing.T) {

client := Client{}
err := client.loadConfig("ovh-eu")
td.CmpString(t, err, `missing authentication information, you need to provide at least an application_key/application_secret, or client_id/client_secret, or access_token`)
td.CmpString(t, err, `missing authentication information, you need to provide one of the following: application_key/application_secret, client_id/client_secret, or access_token`)
}

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

0 comments on commit d951cef

Please sign in to comment.