Ejemplo n.º 1
0
        public async Task Health_Get_Succeeds()
        {
            // Act
            var response = await _healthService.GetAsync();

            // Assert
            Assert.Equal(HttpStatusCode.OK, response.StatusCode);
        }