mass untag

This commit is contained in:
2018-12-06 16:28:04 +00:00
parent 8445bdeb91
commit b6d799e5c0
34 changed files with 158 additions and 2624 deletions

View File

@@ -25,7 +25,7 @@ namespace raven_integration
//Number 2 is widget and list is zero based so confirm:
a.ObjectResponse["data"][2]["id"].Value<long>().Should().Be(2);
a.ObjectResponse["data"][2]["name"].Value<string>().Should().Be("Widget [Attachable] [Taggable]");
a.ObjectResponse["data"][2]["name"].Value<string>().Should().Be("Widget [Attachable]");
}