Skip to content
Snippets Groups Projects
Verified Commit f7af7510 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Fixed regression in test.

parent e150bc01
Branches
Tags
1 merge request!74FIX: Pandas deprecation warning.
Pipeline #46301 passed
......@@ -185,7 +185,7 @@ def test_call_err():
assert xml.xpath("/Response/script/@code")[0] == "1"
assert xml.xpath("/Response/script/call")[0].text == "err"
assert xml.xpath("/Response/script/stdout")[0].text is None
assert_stderr(xml.xpath("/Response/script/stderr")[0].text)
assert xml.xpath("/Response/script/stderr")[0].text == "err"
def test_run_server_side_script_with_file_as_positional_param():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment