Skip to content

Commit 7f565bd

Browse files
committed
fix target allocator container name in test
1 parent 98908cb commit 7f565bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functional_tests/functional/functional_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ func testTargetAllocator(t *testing.T) {
10051005
t.Logf("Skipping pod %s in phase %s", pod.Name, pod.Status.Phase)
10061006
continue
10071007
}
1008-
podLogs := internal.GetPodLogs(t, client, internal.DefaultNamespace, pod.Name, internal.CollectorContainerName, 100)
1008+
podLogs := internal.GetPodLogs(t, client, internal.DefaultNamespace, pod.Name, internal.TargetAllocatorContainerName, 100)
10091009
require.Contains(t, podLogs, "Service Discovery watch event received", "Target allocator pod logs failed to successfully discover targets. Received logs: %v", podLogs)
10101010
}
10111011

0 commit comments

Comments
 (0)