diff --git a/pkg/output/file_csv_test.go b/pkg/output/file_csv_test.go index e1dbf71..90f00e3 100644 --- a/pkg/output/file_csv_test.go +++ b/pkg/output/file_csv_test.go @@ -10,7 +10,7 @@ import ( func TestToCSV(t *testing.T) { result := ffuf.Result{ - Input: map[string][]byte{"x": {66}}, + Input: map[string][]byte{"x": {66}, "FFUFHASH": {65}}, Position: 1, StatusCode: 200, ContentLength: 3, @@ -37,8 +37,8 @@ func TestToCSV(t *testing.T) { "5", "application/json", "123ns", - "resultfile"}) { - + "resultfile", + "A"}) { t.Errorf("CSV was not generated in expected format") } }