Skip to content

Commit

Permalink
test: Fix test that was asserting against error message after #1638 f…
Browse files Browse the repository at this point in the history
…ixed typos.
  • Loading branch information
ashovlin committed Dec 15, 2023
1 parent 3d8678b commit dcfab84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ public async Task ComplexQueryParameters_AreNotSupported()
ExpectedDiagnostics =
{
DiagnosticResult.CompilerError("AWSLambda0109").WithSpan($"TestServerlessApp{Path.DirectorySeparatorChar}ComplexQueryParameter.cs", 11, 9, 16, 10)
.WithMessage("Unsupported query paramter 'person' of type 'TestServerlessApp.Person' encountered. Only primitive .NET types and their corresponding enumerables can be used as query parameters.")
.WithMessage("Unsupported query parameter 'person' of type 'TestServerlessApp.Person' encountered. Only primitive .NET types and their corresponding enumerable can be used as query parameters.")
},
ReferenceAssemblies = ReferenceAssemblies.Net.Net60
}
Expand Down

0 comments on commit dcfab84

Please sign in to comment.