Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nkvuong committed Feb 27, 2024
1 parent 6080b56 commit 16c70f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acceptance/testenv/loaded.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ func (l *loadedEnv) Start(ctx context.Context) (context.Context, func(), error)

func (l *loadedEnv) metadataServer(seed *config.Config) *httptest.Server {
accountHost := seed.Environment().DeploymentURL("accounts")
logger.Debugf(context.Background(), "hosts are: %s and %s", accountHost, seed.CanonicalHostName())
configurations := map[string]*config.Config{
seed.CanonicalHostName(): seed,
accountHost: {
Loaders: []config.Loader{l},
Loaders: seed.Loaders,
Host: accountHost,
AccountID: seed.AccountID,
Credentials: l.v.creds,
Expand Down

0 comments on commit 16c70f7

Please sign in to comment.