test: fixed lesson content test

This commit is contained in:
Jannat Patel
2025-02-20 16:31:09 +05:30
parent f12f6cb720
commit 07b0a0af51
2 changed files with 3 additions and 4 deletions

View File

@@ -13,6 +13,6 @@ module.exports = defineConfig({
openMode: 0,
},
e2e: {
baseUrl: "http://lms1:8000",
baseUrl: "http://testui:8000",
},
});