Skip to content

Commit a3c3ee5

Browse files
authored
Unify test urls (#87)
1 parent f3663e2 commit a3c3ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/ConfigurationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ public void CanChangeApiBaseUrl()
2020
{
2121
var config = new Configuration
2222
{
23-
ApiBaseUrl = "http://localhost:12345"
23+
ApiBaseUrl = "http://localhost:47972"
2424
};
2525

26-
Assert.AreEqual("http://localhost:12345/v3.0", config.GetApiRootUrl());
26+
Assert.AreEqual("http://localhost:47972/v3.0", config.GetApiRootUrl());
2727
}
2828

2929

0 commit comments

Comments
 (0)