Passing opts with upload_config in luatest #1321
Labels
cartridge
feature
A new functionality
good first issue
Good for newcomers
teamS
Scaling
testing
Things to be covered with autotests
Cartridge test helper servers have a convenient
upload_config
option:cartridge/cartridge/test-helpers/server.lua
Lines 262 to 270 in ba6a643
But it's not suited for testing invalid config. Luatest
http_request
method has options such as{ raise = false }
to not raise an error on non-200 requests. It would be convenient if I could pass options tohttp_request
call inupload_config
method.The text was updated successfully, but these errors were encountered: