Skip to content

Commit 62fb7b2

Browse files
committed
Fixed updated e2e curl program test
1 parent 1885495 commit 62fb7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/e2e-runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def run_all_tests():
366366
[executable,
367367
join(src_dir, "z_curl/main.adept"),
368368
"-e"],
369-
lambda output: b"User-Agent: *" in output and b"Sitemap: https://www.google.com/sitemap.xml" in output,
369+
lambda output: b"User-agent: *" in output and b"Sitemap: https://www.google.com/sitemap.xml" in output,
370370
expected_exitcode=0)
371371

372372
e2e_framework_run(run_all_tests)

0 commit comments

Comments
 (0)