diff options
-rw-r--r-- | test/src/UriTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/UriTests.cpp b/test/src/UriTests.cpp index 943c25c..fcd6309 100644 --- a/test/src/UriTests.cpp +++ b/test/src/UriTests.cpp @@ -152,7 +152,7 @@ TEST(UriTests, ParseFromStringRelativeVsNonRelativePaths) { }; const std::vector< TestVector > testVectors{ {"http://www.example.com/", false}, - {"http://www.example.com", true}, + {"http://www.example.com", false}, {"/", false}, {"foo", true}, |