diff --git a/Content.IntegrationTests/Tests/DummyIconTest.cs b/Content.IntegrationTests/Tests/DummyIconTest.cs index b1edda0a2d..2d9c927904 100644 --- a/Content.IntegrationTests/Tests/DummyIconTest.cs +++ b/Content.IntegrationTests/Tests/DummyIconTest.cs @@ -15,7 +15,7 @@ namespace Content.IntegrationTests.Tests [Test] public async Task Test() { - var (client, _) = await StartConnectedServerClientPair(); + var (client, _) = await StartConnectedServerClientPair(new ClientContentIntegrationOption(){ Pool = false }, new ServerContentIntegrationOption() { Pool = false }); var prototypeManager = client.ResolveDependency(); var resourceCache = client.ResolveDependency();