diff --git a/config/auth_azure_github_oidc_test.go b/config/auth_azure_github_oidc_test.go index 0b59feb9e..5ef1d4817 100644 --- a/config/auth_azure_github_oidc_test.go +++ b/config/auth_azure_github_oidc_test.go @@ -325,6 +325,6 @@ func TestAzureGithubOIDCCredentials_Name(t *testing.T) { want := "github-oidc-azure" if got := c.Name(); got != want { - t.Errorf("Name(): want %s, got %s", want, got) + t.Errorf("Name(): got %s, want %s", got, want) } }