···109109 });
110110 const container = document.createElement("div");
111111 render(result, container);
112112- assert(container.textContent.includes("unavailable"));
112112+ assert(container.textContent.includes("Blocked"));
113113 });
114114115115 it("should render not found post template for not found post", () => {
···181181 });
182182 const container = document.createElement("div");
183183 render(result, container);
184184- assert(container.textContent.includes("unavailable"));
184184+ assert(container.textContent.includes("Blocked"));
185185 });
186186187187 it("should render not found post template for not found post", () => {