diff --git a/shared/workspaces/test/test_execution_manager.py b/shared/workspaces/test/test_execution_manager.py
index cce9940938f9bc3f70758c61cb768d765115c30c..eab490e4b572032914196c3a1517ca91181dcab9 100644
--- a/shared/workspaces/test/test_execution_manager.py
+++ b/shared/workspaces/test/test_execution_manager.py
@@ -214,6 +214,7 @@ def test_resume_execution(
             }
         )
         fake_execution.capability = capability
+        mock_capability_info.save_execution(fake_execution)
         dummy_execution_manager.queue_execution(fake_execution)
         assert fake_execution.queue_state == QueueState.Queued.name
         dummy_execution_manager.resume_execution(fake_execution)