Tag ops initial add test working!! eod
This commit is contained in:
@@ -117,6 +117,25 @@ namespace raven_integration
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Test bulk tag bad params
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public async void BulkBadParamsShouldFail()
|
||||
{
|
||||
|
||||
dynamic d = new JArray();
|
||||
// d.Add(1);
|
||||
// d.Add(2);
|
||||
// d.Add(3);
|
||||
|
||||
ApiResponse a = await Util.PostAsync("tag-list/bulk-add/33/my new tag", await Util.GetTokenAsync("manager", "l3tm3in"), d.ToString());
|
||||
;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
//==================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user