Skip to content

Commit 6080b56

Browse files
committed
fix config loader
1 parent c09e4c4 commit 6080b56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

acceptance/shim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const version = 'v0.1.1';
1+
const version = 'v0.1.3';
22

33
const { createWriteStream, chmodSync } = require('fs');
44
const { createGunzip } = require('zlib');

acceptance/testenv/loaded.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (l *loadedEnv) metadataServer(seed *config.Config) *httptest.Server {
100100
configurations := map[string]*config.Config{
101101
seed.CanonicalHostName(): seed,
102102
accountHost: {
103-
Loaders: []config.Loader{config.ConfigFile},
103+
Loaders: []config.Loader{l},
104104
Host: accountHost,
105105
AccountID: seed.AccountID,
106106
Credentials: l.v.creds,

0 commit comments

Comments
 (0)