diff --git a/Content.IntegrationTests/Tests/Station/EvacShuttleTest.cs b/Content.IntegrationTests/Tests/Station/EvacShuttleTest.cs index 5750be09c2..d527a346b2 100644 --- a/Content.IntegrationTests/Tests/Station/EvacShuttleTest.cs +++ b/Content.IntegrationTests/Tests/Station/EvacShuttleTest.cs @@ -29,7 +29,7 @@ public sealed class EvacShuttleTest Assert.That(entMan.Count(), Is.Zero); var shuttleEnabled = pair.Server.CfgMan.GetCVar(CCVars.EmergencyShuttleEnabled); - pair.Server.CfgMan.SetCVar(CCVars.GameMap, "Saltern"); + pair.Server.CfgMan.SetCVar(CCVars.GameMap, "Dev"); //CrystallPunk dont have Saltern pair.Server.CfgMan.SetCVar(CCVars.GameDummyTicker, false); pair.Server.CfgMan.SetCVar(CCVars.EmergencyShuttleEnabled, true);