fix tests

This commit is contained in:
danochoa 2025-01-12 19:36:44 -06:00
parent 08f7706c42
commit 1d9b4e4464

View file

@ -236,7 +236,6 @@ func Test_deleteRun(t *testing.T) {
reg.Register(httpmock.REST("GET", "gists/1234"),
httpmock.StatusStringResponse(404, "{}"))
},
noGists: true,
wantErr: true,
wantStderr: "not found",
},