Chore: Removes observableTester (#29369)

This commit is contained in:
Hugo Häggmark
2020-11-26 10:32:02 +01:00
committed by GitHub
parent 465735a7e4
commit b904e0c621
10 changed files with 236 additions and 491 deletions

View File

@@ -4,8 +4,8 @@ export function createFetchResponse<T>(data: T): FetchResponse<T> {
return {
data,
status: 200,
url: 'http://localhost:3000/api/query',
config: { url: 'http://localhost:3000/api/query' },
url: 'http://localhost:3000/api/tsdb/query',
config: { url: 'http://localhost:3000/api/tsdb/query' },
type: 'basic',
statusText: 'Ok',
redirected: false,