core.storagemanager: Fix tests by removing an assert that upset luarocks

Not sure why but this assert() caused a stack overflow in luarocks
This commit is contained in:
Kim Alvefur 2025-03-19 16:15:52 +01:00
parent eacf72504c
commit 0ed2d38edf

View file

@ -63,7 +63,7 @@ describe("storagemanager", function ()
end
assert(hm.activate(test_host, {}));
sm.initialize_host(test_host);
assert(mm.load(test_host, "storage_"..backend_config.storage));
mm.load(test_host, "storage_"..backend_config.storage);
describe("key-value stores", function ()
-- These tests rely on being executed in order, disable any order