aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2025-03-19 16:15:52 +0100
committerKim Alvefur <zash@zash.se>2025-03-19 16:15:52 +0100
commit0ed2d38edf5154c4a892ba1e0f6caf645ec302de (patch)
tree48f3838bad076842ca8c916727e867d527e96dc3 /spec
parenteacf72504cec9122f6134e920c08c7c1cb22ecf5 (diff)
downloadprosody-0ed2d38edf5154c4a892ba1e0f6caf645ec302de.tar.gz
prosody-0ed2d38edf5154c4a892ba1e0f6caf645ec302de.zip
core.storagemanager: Fix tests by removing an assert that upset luarocks
Not sure why but this assert() caused a stack overflow in luarocks
Diffstat (limited to 'spec')
-rw-r--r--spec/core_storagemanager_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/core_storagemanager_spec.lua b/spec/core_storagemanager_spec.lua
index f1adcd50..32a8d6f0 100644
--- a/spec/core_storagemanager_spec.lua
+++ b/spec/core_storagemanager_spec.lua
@@ -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