Skip to content

Commit 3d28316

Browse files
committed
it test updates
1 parent b2c1e28 commit 3d28316

5 files changed

Lines changed: 693 additions & 5 deletions

File tree

Libraries/Libraries.sln

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.Helpers",
149149
EndProject
150150
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestCustomAuthorizerApp.IntegrationTests", "test\TestCustomAuthorizerApp.IntegrationTests\TestCustomAuthorizerApp.IntegrationTests.csproj", "{8EEDD576-7FC4-4FAC-A5A2-F58562753A53}"
151151
EndProject
152+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestCustomAuthorizerApp", "test\TestCustomAuthorizerApp\TestCustomAuthorizerApp.csproj", "{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E}"
153+
EndProject
152154
Global
153155
GlobalSection(SolutionConfigurationPlatforms) = preSolution
154156
Debug|Any CPU = Debug|Any CPU
@@ -927,6 +929,18 @@ Global
927929
{8EEDD576-7FC4-4FAC-A5A2-F58562753A53}.Release|x64.Build.0 = Release|Any CPU
928930
{8EEDD576-7FC4-4FAC-A5A2-F58562753A53}.Release|x86.ActiveCfg = Release|Any CPU
929931
{8EEDD576-7FC4-4FAC-A5A2-F58562753A53}.Release|x86.Build.0 = Release|Any CPU
932+
{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
933+
{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
934+
{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E}.Debug|x64.ActiveCfg = Debug|Any CPU
935+
{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E}.Debug|x64.Build.0 = Debug|Any CPU
936+
{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E}.Debug|x86.ActiveCfg = Debug|Any CPU
937+
{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E}.Debug|x86.Build.0 = Debug|Any CPU
938+
{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
939+
{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E}.Release|Any CPU.Build.0 = Release|Any CPU
940+
{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E}.Release|x64.ActiveCfg = Release|Any CPU
941+
{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E}.Release|x64.Build.0 = Release|Any CPU
942+
{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E}.Release|x86.ActiveCfg = Release|Any CPU
943+
{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E}.Release|x86.Build.0 = Release|Any CPU
930944
EndGlobalSection
931945
GlobalSection(SolutionProperties) = preSolution
932946
HideSolutionNode = FALSE
@@ -1000,6 +1014,7 @@ Global
10001014
{D61CBB71-17AB-4EC2-8C6A-70E9D7C60526} = {1DE4EE60-45BA-4EF7-BE00-B9EB861E4C69}
10011015
{8D03BDF3-7078-4B46-A3F1-C73BE6D6CE0D} = {1DE4EE60-45BA-4EF7-BE00-B9EB861E4C69}
10021016
{8EEDD576-7FC4-4FAC-A5A2-F58562753A53} = {1DE4EE60-45BA-4EF7-BE00-B9EB861E4C69}
1017+
{3BFA4B73-BA61-4578-833B-C5B3A16EDA9E} = {1DE4EE60-45BA-4EF7-BE00-B9EB861E4C69}
10031018
EndGlobalSection
10041019
GlobalSection(ExtensibilityGlobals) = postSolution
10051020
SolutionGuid = {503678A4-B8D1-4486-8915-405A3E9CF0EB}

Libraries/test/TestCustomAuthorizerApp/aws-lambda-tools-defaults.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"configuration": "Release",
99
"template": "serverless.template",
1010
"template-parameters": "",
11-
"s3-bucket" : "test-custom-authorizer-ead23f8b",
11+
"s3-bucket" : "test-custom-authorizer-e0ed6fc4",
1212
"s3-prefix": "TestCustomAuthorizerApp/",
13-
"stack-name" : "test-custom-authorizer-ead23f8b",
13+
"stack-name" : "test-custom-authorizer-e0ed6fc4",
1414
"function-architecture" : "x86_64"
1515
}

Libraries/test/TestCustomAuthorizerApp/serverless.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,4 +550,4 @@
550550
}
551551
}
552552
}
553-
}
553+
}

0 commit comments

Comments
 (0)