Slug: Combine various slugify fixes for special character handling (#73164)

* combine various slugify fixes for special character handling

* a couple more test cases

* update more tests

* goimports
This commit is contained in:
Dan Cech
2023-08-10 16:12:50 -04:00
committed by GitHub
parent 3bc3c4f2bb
commit dd97038b00
4 changed files with 40 additions and 14 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ func TestSaveExternalServiceRoleCommand_Validate(t *testing.T) {
Permissions: []Permission{{Action: "users:read", Scope: "users:id:1"}},
},
wantErr: false,
wantID: "thisis-a-very-strange-___-app-name",
wantID: "thisis-a-very-strange-app-name",
},
{
name: "invalid empty Action",