Skip to content

Commit

Permalink
copynit: s/WEB BASED/WEB-BASED/
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsson <[email protected]>
  • Loading branch information
dvdksn committed Sep 3, 2024
1 parent 2f206ff commit dadcb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/registry/login_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestOauthLogin(t *testing.T) {
assert.NilError(t, err)

output, _ := io.ReadAll(p)
assert.Check(t, strings.Contains(string(output), "USING WEB BASED LOGIN"), string(output))
assert.Check(t, strings.Contains(string(output), "USING WEB-BASED LOGIN"), string(output))
}

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

0 comments on commit dadcb16

Please sign in to comment.