Skip to content

Commit

Permalink
fix: e2e test initialization (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdh authored Oct 31, 2023
1 parent e125271 commit b99793b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func InitDeps(
var providersPluginManager *providers.PluginManager

if withProviderPlugin {
providersPluginManager := providers.NewPluginManager(logger, cfg.Providers)
providersPluginManager = providers.NewPluginManager(logger, cfg.Providers)
providerPluginClients := providersPluginManager.InitClients()
providerPlugins, err := providersPluginManager.DispenseClients(providerPluginClients)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
- cortex-all
# Collector
otel-collector:
image: otel/opentelemetry-collector-contrib:0.66.0
image: otel/opentelemetry-collector-contrib:0.88.0
command: [ "--config=/etc/otel/otel-collector-config.yaml" ]
volumes:
- ./docker:/etc/otel
Expand Down

0 comments on commit b99793b

Please sign in to comment.