From 4a9b0945b15aca5bbe57a669c5d435bd1fd2f391 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 17 Jan 2023 12:13:57 -0600 Subject: [PATCH] e2e: fixup reference to exported test type (#15786) --- e2e/spread/spread_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/spread/spread_test.go b/e2e/spread/spread_test.go index 11e8fcd8a..c2c915cf2 100644 --- a/e2e/spread/spread_test.go +++ b/e2e/spread/spread_test.go @@ -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")