Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Paschalis Tsilias <[email protected]>
  • Loading branch information
tpaschalis committed Jan 5, 2024
1 parent 8ff2a93 commit d193cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/loki/source/docker/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func Test(t *testing.T) {
func TestDuplicateTargets(t *testing.T) {
// Use host that works on all platforms (including Windows).
var cfg = `
host = "tcp://127.0.0.1:9375"
host = "tcp://127.0.0.1:9376"
targets = [
{__meta_docker_container_id = "foo", __meta_docker_port_private = "8080"},
{__meta_docker_container_id = "foo", __meta_docker_port_private = "8080"},
Expand Down

0 comments on commit d193cf3

Please sign in to comment.