Skip to content

Commit 30298f8

Browse files
committed
Merge branch 'container-actions' of https://github.com/Finoptimize/agentaflow-sro-community into container-actions
2 parents 8a21ea4 + d9c304a commit 30298f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/integration/health_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,9 @@ func TestDashboardContent(t *testing.T) {
120120

121121
for _, expected := range expectedContent {
122122
if !strings.Contains(content, expected) {
123-
targetFound, targets := waitForAgentaFlowTarget(prometheusURL+"/api/v1/targets", healthTimeout, healthRetryWait)
124-
if !targetFound {
125-
t.Fatalf("AgentaFlow target not found in Prometheus targets after %v. Last response: %s", healthTimeout, targets)
123+
t.Errorf("Dashboard missing expected content: %q", expected)
124+
}
126125
}
127-
}
128126

129127
<<<<<<< Updated upstream
130128
<<<<<<< Updated upstream

0 commit comments

Comments
 (0)