Skip to content

Commit 345bac3

Browse files
committed
fix build test for new php version
1 parent a6d5da6 commit 345bac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
response = br.open(APP_TEST_URL)
1717
assert response.code == 200, "response code is not 200"
18-
assert br.title() == "PHP 7.3.19 - phpinfo()", "found: " + br.title()
18+
assert br.title() == "PHP 7.3.20 - phpinfo()", "found: " + br.title()

0 commit comments

Comments
 (0)