Skip to content

Commit 16c70f7

Browse files
committed
fix
1 parent 6080b56 commit 16c70f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

acceptance/testenv/loaded.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,11 @@ func (l *loadedEnv) Start(ctx context.Context) (context.Context, func(), error)
9797

9898
func (l *loadedEnv) metadataServer(seed *config.Config) *httptest.Server {
9999
accountHost := seed.Environment().DeploymentURL("accounts")
100+
logger.Debugf(context.Background(), "hosts are: %s and %s", accountHost, seed.CanonicalHostName())
100101
configurations := map[string]*config.Config{
101102
seed.CanonicalHostName(): seed,
102103
accountHost: {
103-
Loaders: []config.Loader{l},
104+
Loaders: seed.Loaders,
104105
Host: accountHost,
105106
AccountID: seed.AccountID,
106107
Credentials: l.v.creds,

0 commit comments

Comments
 (0)