DEV: Update fixture to fix tests (#15699)

Follow-up to a742952c8d.
This commit is contained in:
Osama Sayegh 2022-01-25 00:44:14 +03:00 committed by GitHub
parent a742952c8d
commit 5dd8b827e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ export function applyDefaultHandlers(pretender) {
pretender.get("/t/id_for/:slug", () => {
return response({
id: 280,
topic_id: 280,
slug: "internationalization-localization",
url: "/t/internationalization-localization/280",
});