Skip to content

Commit

Permalink
Get redact slug test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jgruica committed Jul 22, 2020
1 parent db0cb6b commit e0adcdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kotsadm/pkg/redact/redact_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func Test_getSlug(t *testing.T) {
{
name: "all alphanumeric",
input: "aBC123",
want: "aBC123",
want: "abc123",
},
{
name: "dashes",
Expand All @@ -34,9 +34,9 @@ func Test_getSlug(t *testing.T) {
want: "abc-123",
},
{
name: "aymbols",
name: "symbols",
input: "abc%^123!@#",
want: "abc123",
want: "abc-123-at",
},
{
name: "kotsadm-redact",
Expand Down

0 comments on commit e0adcdc

Please sign in to comment.