From c560b85e5fed4bde74672ae1fd6e5a3eee21d295 Mon Sep 17 00:00:00 2001 From: udsamani Date: Wed, 11 Sep 2024 14:07:31 +0100 Subject: [PATCH] fix failing test --- cmd/cli/job/get_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cli/job/get_test.go b/cmd/cli/job/get_test.go index 4d56d35ade..793d5c61f7 100644 --- a/cmd/cli/job/get_test.go +++ b/cmd/cli/job/get_test.go @@ -59,7 +59,7 @@ func (s *GetSuite) TestGetSingleFileFromOutputBadChoice() { ) require.Error(s.T(), err, "expected error but it wasn't returned") - require.Contains(s.T(), getoutput, "Error: downloading job") + require.Contains(s.T(), getoutput, "Error: failed to find cid for missing") } func (s *GetSuite) TestGetSingleFileFromOutput() {