mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 20:05:42 +03:00
e2e: fixup reference to exported test type (#15786)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user