Skip to content

Commit

Permalink
fix run_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gbcdev committed Apr 4, 2016
1 parent 0a116ef commit ae3f6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tests/shells/run_tests_func.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ local _testsrv, _testcli
local _help

function Tests:ctor(appConfig, appRootPath)
self._url = string_format("http://localhost:%s/tests?action=%%s", tostring(appConfig.server.nginx.port))
self._url = string_format("http://localhost:%s/tests/?action=%%s", tostring(appConfig.server.nginx.port))
self._config = appConfig
self._root = appRootPath
end
Expand Down

0 comments on commit ae3f6eb

Please sign in to comment.