Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfin authored Apr 3, 2024
1 parent d3acca1 commit 9078921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/acceptance/clients/conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func RequireCinderNoAuth(t *testing.T) {
}

// RequireIronicNoAuth will restrict a test to be only run in environments that
// have Cinder using noauth.
// have Ironic using noauth.
func RequireIronicNoAuth(t *testing.T) {
if os.Getenv("IRONIC_ENDPOINT") == "" || os.Getenv("OS_USERNAME") == "" {
t.Skip("this test requires IRONIC using noauth, set OS_USERNAME and IRONIC_ENDPOINT")
Expand Down

0 comments on commit 9078921

Please sign in to comment.