Skip to content

Commit

Permalink
Use alternate docker network name
Browse files Browse the repository at this point in the history
  • Loading branch information
zalegrala committed Dec 15, 2023
1 parent 34376b6 commit f0b57a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/poller/poller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func TestPollerNonOwnership(t *testing.T) {
t.Parallel()
for _, tc := range testCompactorOwnershipBackends {
t.Run(tc.name, func(t *testing.T) {
s, err := e2e.NewScenario("tempo-integration")
s, err := e2e.NewScenario("tempo-integration-poller-non-ownership")
require.NoError(t, err)
defer s.Close()

Expand Down

0 comments on commit f0b57a8

Please sign in to comment.