Exemplo n.º 1
0
        public void GetRegion_should_return_expected_result(string host, string expectedRegion)
        {
            var region = AwsSignatureVersion4Reflector.GetRegion(host);

            region.Should().Be(expectedRegion);
        }