Skip to content

Commit 8895872

Browse files
Add Server:upload_config param description (#1807)
1 parent 8519879 commit 8895872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cartridge/test-helpers/server.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ end
270270

271271
--- Upload application config.
272272
-- @tparam string|table config - table will be encoded as yaml and posted to /admin/config.
273+
-- @param table opts - http request options
273274
function Server:upload_config(config, opts)
274275
checks('table', 'string|table', 'table|nil')
275276
if type(config) == 'table' then

0 commit comments

Comments
 (0)