Skip to content
Snippets Groups Projects
Commit df50efdb authored by Daniel Andrášik's avatar Daniel Andrášik
Browse files

Fix unit test

parent e4b75aa9
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<TargetFramework>net5.0</TargetFramework>
<AssemblyVersion>2021.6.28.25</AssemblyVersion>
<FileVersion>2021.6.28.25</FileVersion>
<Version>4.5.0</Version>
<Version>4.5.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
......
......@@ -233,7 +233,7 @@ namespace Test.V3
Login = "login"
};
server.Given(Request.Create().WithPath(PATH_BASE + LOG + "/localization").UsingPost())
server.Given(Request.Create().WithPath(PATH_BASE + LAYERS + "/localization").UsingPost())
.RespondWith(
Response.Create()
.WithStatusCode(200)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment