e2e: fixup reference to exported test type (#15786)

This commit is contained in:
Seth Hoenig
2023-01-17 12:13:57 -06:00
committed by GitHub
parent d29f1081fe
commit 4a9b0945b1

View File

@@ -120,7 +120,7 @@ func cleanupJob(t *testing.T, nomadClient *api.Client, jobID string, allocs []*a
}, 10*time.Second, 200*time.Millisecond)
}
func report(metrics map[string]*api.AllocationMetric) must.PostScript {
func report(metrics map[string]*api.AllocationMetric) must.Setting {
var s strings.Builder
for allocID, m := range metrics {
s.WriteString("Alloc ID: " + allocID + "\n")