Skip to content

Commit

Permalink
Update iteration14_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrodriges authored Oct 22, 2023
1 parent e35a786 commit fde5d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/shortenertestbeta/iteration14_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (suite *Iteration14Suite) TestAuth() {
suite.Require().NoErrorf(err, "Ошибка при попытке сделать запрос для получения списка сокращенных URL:\n\n %s", dump)
}

suite.Assert().Equalf(http.StatusNoContent, resp.StatusCode(),
suite.Assert().Equalf(http.StatusUnauthorized, resp.StatusCode(),
"Несоответствие статус кода ответа ожидаемому в хендлере '%s %s'", req.Method, req.URL,
)
})
Expand Down

0 comments on commit fde5d73

Please sign in to comment.