mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: do not update tag name on /tags/intersection
This commit is contained in:
@@ -19,8 +19,8 @@ acceptance("Tags intersection", {
|
||||
draft_key: "new_topic",
|
||||
topics: [{ id: 16, posters: [] }],
|
||||
tags: [
|
||||
{ id: 1, name: "first", topic_count: 1 },
|
||||
{ id: 2, name: "second", topic_count: 1 }
|
||||
{ id: 1, name: "second", topic_count: 1 },
|
||||
{ id: 2, name: "first", topic_count: 1 }
|
||||
]
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user