fix: tests

This commit is contained in:
Julien Neuhart
2023-01-13 10:21:36 +01:00
parent 6a29385762
commit 875f97813e
5 changed files with 12 additions and 12 deletions

View File

@@ -680,7 +680,7 @@ func TestConvertURL(t *testing.T) {
options: DefaultOptions(),
expectErr: true,
expectHTTPErr: true,
expectHTTPStatus: http.StatusForbidden,
expectHTTPStatus: http.StatusBadRequest,
},
{
ctx: &api.ContextMock{Context: &api.Context{}},