Update test paths
parent
f32847b8d2
commit
588605dde4
ui/spec/chronograf
reducers
utils/influxql
|
@ -1,5 +1,5 @@
|
||||||
import reducer from 'chronograf/reducers/panels';
|
import reducer from 'src/data_explorer/reducers/panels';
|
||||||
import {deletePanel} from 'chronograf/actions/view';
|
import {deletePanel} from 'src/data_explorer/actions/view';
|
||||||
|
|
||||||
const fakeAddPanelAction = (panelId, queryId) => {
|
const fakeAddPanelAction = (panelId, queryId) => {
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import reducer from 'chronograf/reducers/queryConfigs';
|
import reducer from 'src/data_explorer/reducers/queryConfigs';
|
||||||
import defaultQueryConfig from 'src/utils/defaultQueryConfig';
|
import defaultQueryConfig from 'src/utils/defaultQueryConfig';
|
||||||
import {
|
import {
|
||||||
chooseNamespace,
|
chooseNamespace,
|
||||||
|
@ -10,7 +10,7 @@ import {
|
||||||
groupByTime,
|
groupByTime,
|
||||||
toggleTagAcceptance,
|
toggleTagAcceptance,
|
||||||
updateRawQuery,
|
updateRawQuery,
|
||||||
} from 'chronograf/actions/view';
|
} from 'src/data_explorer/actions/view';
|
||||||
|
|
||||||
const fakeAddQueryAction = (panelId, queryId) => {
|
const fakeAddQueryAction = (panelId, queryId) => {
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import selectStatement from 'chronograf/utils/influxql/select';
|
import selectStatement from 'src/data_explorer/utils/influxql/select';
|
||||||
import defaultQueryConfig from 'src/utils/defaultQueryConfig';
|
import defaultQueryConfig from 'src/utils/defaultQueryConfig';
|
||||||
|
|
||||||
function mergeConfig(options) {
|
function mergeConfig(options) {
|
||||||
|
|
Loading…
Reference in New Issue