From 6333ec076be0ed7bbdff5b9f1d3f6359fc305eb2 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 28 Apr 2020 14:37:47 -0400 Subject: [PATCH] Yeah sorry, don't make Prime bridge requests in the integration tests! --- tests/DMAPI/BasicOperation/Test.dm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/DMAPI/BasicOperation/Test.dm b/tests/DMAPI/BasicOperation/Test.dm index 76c33ad536..54a361ada5 100644 --- a/tests/DMAPI/BasicOperation/Test.dm +++ b/tests/DMAPI/BasicOperation/Test.dm @@ -6,11 +6,10 @@ /proc/StartAsync() set waitfor = FALSE - world.log << "First sleep" - sleep(50) - world.log << "Priming..." - world.TgsInitializationComplete() - world.log << "Second sleep" + Run() + +/proc/Run() + world.log << "sleep" sleep(50) TgsTargetedChatBroadcast("Sample admin-only message", TRUE)