Skip to content

Commit

Permalink
PMM-12547 use a different IP
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tymchuk committed Sep 28, 2023
1 parent 9483977 commit 55f8d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-tests/inventory/nodes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func TestContainerNodeDeprecated(t *testing.T) {
ContainerID: "docker-id",
ContainerName: "docker-name",
MachineID: "machine-id",
Address: "10.10.1.10",
Address: "10.10.1.11",
},
Context: pmmapitests.Context,
}
Expand All @@ -377,7 +377,7 @@ func TestContainerNodeDeprecated(t *testing.T) {
ContainerID: "docker-id",
ContainerName: "docker-name",
MachineID: "machine-id",
Address: "10.10.1.10",
Address: "10.10.1.11",
},
},
}
Expand Down

0 comments on commit 55f8d23

Please sign in to comment.