This reverts commit 5fec8fe79e.
This commit is contained in:
@@ -50,8 +50,6 @@ acceptance("AI Helper - Post Helper Menu", function (needs) {
|
||||
done: false,
|
||||
});
|
||||
});
|
||||
|
||||
server.get("/discourse-ai/ai-bot/conversations.json", () => {});
|
||||
});
|
||||
|
||||
test("displays streamed explanation", async function (assert) {
|
||||
|
||||
@@ -29,8 +29,6 @@ acceptance("Topic - Summary", function (needs) {
|
||||
done: false,
|
||||
});
|
||||
});
|
||||
|
||||
server.get("/discourse-ai/ai-bot/conversations.json", () => {});
|
||||
});
|
||||
|
||||
needs.hooks.beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user