Skip to content

Commit

Permalink
Fix config test
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Paget committed May 18, 2018
1 parent 68713ad commit 63b196a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-integration/config.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import execute from '../lib/core';
import { testAdminApi, exportToYaml, logger, getLog, getLocalState, tearDown } from './util';
import readKongApi, { parseApiPostV10, parsePlugin, parseConsumer, parseAcl, parseGlobalPlugin } from '../lib/readKongApi';
import configLoader from '../lib/configLoader';
import { configLoader } from '../lib/configLoader';
import fs from 'fs';
import path from 'path';
import pad from 'pad';
Expand Down

0 comments on commit 63b196a

Please sign in to comment.