Commit 6c7e575b authored by Nick Craver's avatar Nick Craver

Tests: fix DefaultClientName regression

When we added the caller here, it inadvertently broke this test - quick fix.
parent b8a440ba
......@@ -95,7 +95,7 @@ public void ClientName()
[Fact]
public void DefaultClientName()
{
using (var muxer = Create(allowAdmin: true))
using (var muxer = Create(allowAdmin: true, caller: null)) // force default naming to kick in
{
Assert.Equal(Environment.MachineName, muxer.ClientName);
var conn = muxer.GetDatabase();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment