Skip to content

Commit

Permalink
[Minor] Adjust unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jul 30, 2021
1 parent 0250213 commit 1dfd85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lua/unit/url.lua
Expand Up @@ -140,7 +140,7 @@ context("URL check functions", function()
user = "@", host = "example.com"
}},
{"https://example.com\\_Resources\\ClientImages\\UserData?ol\\o#ololo\\", true, {
host = "example.com", path = "_Resources/ClientImages/UserData",
host = "example.com", path = "_Resources\\ClientImages\\UserData",
query = "ol\\o", fragment = "ololo\\",
}},
}
Expand Down

0 comments on commit 1dfd85e

Please sign in to comment.