From 0953b966db8ca76069fb608dfe5fbc820003e213 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Fri, 2 Jan 2026 05:27:06 +0100 Subject: [PATCH] move the nltm test to the correct position --- test/backend-test/{ => notification-providers}/test-ntlm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/backend-test/{ => notification-providers}/test-ntlm.js (99%) diff --git a/test/backend-test/test-ntlm.js b/test/backend-test/notification-providers/test-ntlm.js similarity index 99% rename from test/backend-test/test-ntlm.js rename to test/backend-test/notification-providers/test-ntlm.js index 06e0ebd8d..94200fc46 100644 --- a/test/backend-test/test-ntlm.js +++ b/test/backend-test/notification-providers/test-ntlm.js @@ -26,4 +26,4 @@ test("Test createPseudoRandomValue", async (t) => { assert.strictEqual(results.size, iterations, "All generated values should be unique"); }); -}); +}); \ No newline at end of file