File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
name = " LiveServer"
2
2
uuid = " 16fef848-5104-11e9-1b77-fb7a48bbb589"
3
3
authors = [" Jonas Asprion <jonas.asprion@gmx.ch" , " Thibaut Lienart <tlienart@me.com>" ]
4
- version = " 0.6.1 "
4
+ version = " 0.6.2 "
5
5
6
6
[deps ]
7
7
Crayons = " a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ tasks that you will try to start.
73
73
# if one asks for something incorrect, a 404 should be returned
74
74
response = HTTP. get (" http://localhost:$port /no.html" ; status_exception= false )
75
75
@test response. status == 404
76
- @test occursin (" 404: file not found. The most likely reason " , String (response. body))
76
+ @test occursin (" 404: file not found." , String (response. body))
77
77
# test custom 404.html page
78
78
mkdir (" 404" ); write (" 404/index.html" , " custom 404" )
79
79
response = HTTP. get (" http://localhost:$port /no.html" ; status_exception= false )
You can’t perform that action at this time.
0 commit comments