Skip to content

Commit

Permalink
In Browser Unit Test - change REST test URL to https://MyMarketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLinYao committed Sep 6, 2023
1 parent 64f9075 commit cb96a20
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ namespace CESMII.Marketplace.RestApi
{
public class TestSuite_MarketplaceAPI
{
//private static string strHost = "http://localhost:5000/api";
private static string strHostHttps = "https://localhost:5001/api";
// private static string strHost = "http://172.17.0.2:5001/api";
// private static string strHostHttps = "https://172.17.0.2:5001/api";
// private static string strHostHttps = "https://localhost:5001/api";
private static string strHostHttps = "https://MyMarketplace:5001/api";

[Fact]
public void MarketItemsAvailable_On_Https_Api_Marketplace_All()
Expand Down

0 comments on commit cb96a20

Please sign in to comment.