Internationalisation: Mark up panel plugins for translations (#106068)
* config for panel plugin translations * markup * tweaks * prettier * use data-testid * rename disable rule now it's been moved * final markup
This commit is contained in:
@@ -31,10 +31,10 @@ func TestDeletionService_Delete(t *testing.T) {
|
||||
requester := &identity.StaticRequester{
|
||||
OrgID: 1,
|
||||
Permissions: map[int64]map[string][]string{
|
||||
1: map[string][]string{
|
||||
1: {
|
||||
accesscontrol.ActionOrgsDelete: {"*"},
|
||||
},
|
||||
2: map[string][]string{
|
||||
2: {
|
||||
accesscontrol.ActionOrgsDelete: {"*"},
|
||||
},
|
||||
},
|
||||
@@ -52,10 +52,10 @@ func TestDeletionService_Delete(t *testing.T) {
|
||||
requester = &identity.StaticRequester{
|
||||
OrgID: 1,
|
||||
Permissions: map[int64]map[string][]string{
|
||||
1: map[string][]string{
|
||||
1: {
|
||||
accesscontrol.ActionOrgsRead: {"*"},
|
||||
},
|
||||
2: map[string][]string{
|
||||
2: {
|
||||
accesscontrol.ActionOrgsRead: {"*"},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user