We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3663e2 commit a3c3ee5Copy full SHA for a3c3ee5
Tests/ConfigurationTests.cs
@@ -20,10 +20,10 @@ public void CanChangeApiBaseUrl()
20
{
21
var config = new Configuration
22
23
- ApiBaseUrl = "http://localhost:12345"
+ ApiBaseUrl = "http://localhost:47972"
24
};
25
26
- Assert.AreEqual("http://localhost:12345/v3.0", config.GetApiRootUrl());
+ Assert.AreEqual("http://localhost:47972/v3.0", config.GetApiRootUrl());
27
}
28
29
0 commit comments