Hi, I can’t understand what this warning is telling me what to do as the url is formed correctly there is no ‘=’ symbol?
INFO : FAIL
INFO : &{headers} = { Authorization=12345 }
INFO : Creating Session using : alias=mantis, url=https://mytest.mantishub.io/, headers={‘Authorization’: ‘12345’}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0
WARN : You might have an = symbol in url. You better place ‘url=’ before, example: ‘url=/your-url/foo?param=a’ or use ‘/your-url/foo params=param=a’ or escape it
INFO : ${response} = None
FAIL : TypeError: get_on_session() missing 1 required positional argument: ‘url’
INFO : None