예제 #1
0
            public async Task It_should_return_a_response_when_the_web_request_is_ok()
            {
                var result = await suppressions.CreateOrUpdate(suppressionsList);

                Assert.NotNull(result);
            }