Slug: Use urlencoding to support non-ASCII characters (#70691)
This commit is contained in:
@@ -63,7 +63,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",
|
||||
|
||||
Reference in New Issue
Block a user