This commit is contained in:
2020-06-06 18:55:21 +00:00
parent 7cc4911faf
commit 09c18de8e4
2 changed files with 5 additions and 7 deletions

View File

@@ -7,12 +7,10 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.9.0" /> <PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="xunit" Version="2.4.1" /> <PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.4.2" />
<!-- <PackageReference Include="coverlet.collector" Version="1.0.1" /> -->
<!-- <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> -->
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@@ -28,8 +28,8 @@ namespace raven_integration
public static class Util public static class Util
{ {
//####################################################################################################### //#######################################################################################################
public static string API_BASE_URL = "http://localhost:7575/api/v8/"; // public static string API_BASE_URL = "http://localhost:7575/api/v8/";
// public static string API_BASE_URL = "https://test.helloayanova.com/api/v8.0/"; public static string API_BASE_URL = "https://test.helloayanova.com/api/v8.0/";
public static string TEST_DATA_FOLDER = @"..\..\..\testdata\"; public static string TEST_DATA_FOLDER = @"..\..\..\testdata\";
//####################################################################################################### //#######################################################################################################