Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
dclipca committed Jan 23, 2025
1 parent c436199 commit 12d15a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SpongeEngine.KoboldSharp.Tests/Unit/UnitTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ protected UnitTestBase(ITestOutputHelper output)
Client = new KoboldSharpClient(
new KoboldSharpClientOptions()
{
HttpClient = new HttpClient { BaseAddress = new Uri(Server.Urls[0]) },
HttpClient = new HttpClient
{
BaseAddress = new Uri(Server.Urls[0])
},
BaseUrl = TestConfig.BaseUrl,
Logger = LoggerFactory
.Create(builder => builder.AddXUnit(output))
Expand Down

0 comments on commit 12d15a4

Please sign in to comment.