Chore: add missing properties to mocks (#54290)

* Chore: add missing properties to mocks

* update snapshot
This commit is contained in:
Giordano Ricci 2022-08-26 12:17:04 +01:00 committed by GitHub
parent 526989e16b
commit b4334b26aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,7 @@ exports[`LokiExploreQueryEditor should render component 1`] = `
"type": "datasource",
},
"name": "",
"readOnly": false,
"type": "",
"uid": "",
"url": "myloggingurl",

View File

@ -57,6 +57,7 @@ export function createLokiDatasource(
version: '',
},
},
readOnly: false,
jsonData: {
maxLines: '20',
},

View File

@ -139,6 +139,7 @@ const defaultSettings: DataSourceInstanceSettings<TempoJsonData> = {
module: '',
baseUrl: '',
},
readOnly: false,
jsonData: {
nodeGraph: {
enabled: true,