Exemplo n.º 1
0
        public async void AddAction()
        {
            var action = new API.Models.Action {
                Type  = "create",
                Value = "johnathan_13_LA"
            };
            var res = await _action.PostAction(action);

            Assert.IsType <CreatedAtActionResult>(res);
        }