DEV: Fix "no-dupe-keys" lint (#24589)
This commit is contained in:
parent
e9356c2ec9
commit
4c7793940a
|
@ -243,7 +243,6 @@ acceptance("Glimmer Topic Timeline", function (needs) {
|
|||
current_post_number: 1,
|
||||
highest_post_number: 2,
|
||||
last_read_post_number: 0,
|
||||
bookmarks: [],
|
||||
last_read_post_id: null,
|
||||
deleted_by: {
|
||||
id: 7,
|
||||
|
|
|
@ -3,7 +3,6 @@ import { createSiteSettingsFromPreloaded } from "discourse/services/site-setting
|
|||
const CLIENT_SETTING_TEST_OVERRIDES = {
|
||||
title: "QUnit Discourse Tests",
|
||||
site_logo_url: "/assets/logo.png",
|
||||
site_logo_url: "/assets/logo.png",
|
||||
site_logo_small_url: "/assets/logo-single.png",
|
||||
site_mobile_logo_url: "",
|
||||
site_favicon_url: "/images/discourse-logo-sketch-small.png",
|
||||
|
|
Loading…
Reference in New Issue