Chore: Rename testdata plugin with a fully qualified name (#75104)
This commit is contained in:
@@ -145,14 +145,14 @@ func TestIntegrationPluginAssets(t *testing.T) {
|
||||
{
|
||||
desc: "should return no-cache settings for Dev env",
|
||||
env: setting.Dev,
|
||||
url: "http://%s/public/plugins/testdata/img/testdata.svg",
|
||||
url: "http://%s/public/plugins/grafana-testdata-datasource/img/testdata.svg",
|
||||
expStatus: http.StatusOK,
|
||||
expCacheControl: "max-age=0, must-revalidate, no-cache",
|
||||
},
|
||||
{
|
||||
desc: "should return cache settings for Prod env",
|
||||
env: setting.Prod,
|
||||
url: "http://%s/public/plugins/testdata/img/testdata.svg",
|
||||
url: "http://%s/public/plugins/grafana-testdata-datasource/img/testdata.svg",
|
||||
expStatus: http.StatusOK,
|
||||
expCacheControl: "public, max-age=3600",
|
||||
},
|
||||
|
||||
@@ -1598,7 +1598,7 @@
|
||||
{
|
||||
"name": "TestData",
|
||||
"type": "datasource",
|
||||
"id": "testdata",
|
||||
"id": "grafana-testdata-datasource",
|
||||
"enabled": true,
|
||||
"pinned": false,
|
||||
"info": {
|
||||
@@ -1609,8 +1609,8 @@
|
||||
"description": "Generates test data in different forms",
|
||||
"links": null,
|
||||
"logos": {
|
||||
"small": "/public/app/plugins/datasource/testdata/img/testdata.svg",
|
||||
"large": "/public/app/plugins/datasource/testdata/img/testdata.svg"
|
||||
"small": "/public/app/plugins/datasource/grafana-testdata-datasource/img/testdata.svg",
|
||||
"large": "/public/app/plugins/datasource/grafana-testdata-datasource/img/testdata.svg"
|
||||
},
|
||||
"build": {},
|
||||
"screenshots": null,
|
||||
@@ -1624,7 +1624,7 @@
|
||||
},
|
||||
"latestVersion": "",
|
||||
"hasUpdate": false,
|
||||
"defaultNavUrl": "/plugins/testdata/",
|
||||
"defaultNavUrl": "/plugins/grafana-testdata-datasource/",
|
||||
"category": "",
|
||||
"state": "",
|
||||
"signature": "internal",
|
||||
|
||||
Reference in New Issue
Block a user