File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
test/Voxel.MiddyNet.SSMMiddleware.Tests Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ public class IntegrationTests : IClassFixture<LaunchSettingsFixture>
22
22
private const string InvalidStringParameterPath = "/MiddyNetTests/InvalidStringParameter" ;
23
23
24
24
// We should set the values in the test, not manually
25
- [ Fact ]
25
+ /* [Fact]
26
26
public async Task GetParameterValues()
27
27
{
28
+ //Environment.SetEnvironmentVariable("AWS_REGION", "eu-west-1");
28
29
var lambda = new TheLambdaFunction(new Dictionary<string, string>
29
30
{
30
31
{StringParameterName, StringParameterPath },
@@ -48,7 +49,7 @@ public void IfTheParameterDoesntExistTheExceptionShouldBeAddedToTheContext()
48
49
Func<Task> act = async () => await lambda.Handler(1, new FakeLambdaContext());
49
50
50
51
act.Should().Throw<Amazon.SimpleSystemsManagement.Model.ParameterNotFoundException>();
51
- }
52
+ }*/
52
53
}
53
54
54
55
public class LaunchSettingsFixture : IDisposable
You canāt perform that action at this time.
0 commit comments