mass untag
This commit is contained in:
@@ -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]");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user