Skip to content

Commit

Permalink
requested change
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoaresd committed Dec 4, 2024
1 parent 28316e4 commit 57a568e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsupport/wait/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ func (a *HostAwaitility) WaitAndVerifyThatUserSignupIsNotCreated(t *testing.T, n
}
}

// WaitForBannedUser waits until there is a BannedUser available with the given email
// WaitForBannedUser waits until there is a BannedUser available with the given email hash
// !!! WARNING: for now, just used for WA
func (a *HostAwaitility) WaitForBannedUser(t *testing.T, userEmailHash string) (*toolchainv1alpha1.BannedUser, error) {
t.Logf("waiting for BannedUser for user '%s' in namespace '%s'", userEmailHash, a.Namespace)
Expand Down

0 comments on commit 57a568e

Please sign in to comment.