diff --git a/test/fixtures/node_tags.yml b/test/fixtures/node_tags.yml index 4f2be77509..68f92f40e2 100644 --- a/test/fixtures/node_tags.yml +++ b/test/fixtures/node_tags.yml @@ -284,3 +284,9 @@ sub_tag: tid: 37 nid: 1 uid: 2 + +subtopic_tag: + tid: 38 + uid: 2 + nid: 41 + date: <%= DateTime.now.to_i %> \ No newline at end of file diff --git a/test/fixtures/tags.yml b/test/fixtures/tags.yml index 0fc023fc87..780b5faf68 100644 --- a/test/fixtures/tags.yml +++ b/test/fixtures/tags.yml @@ -150,3 +150,7 @@ hidden_response_tag: subscribed_tag: tid: 37 name: sub:tag + +subtopic_tag: + tid: 38 + name: parent:one \ No newline at end of file