Skip to content

Commit 6613f8f

Browse files
committed
- fix tests
1 parent 832925a commit 6613f8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/SourceFlow.Cloud.AWS.Tests/TestHelpers/LocalStackManager.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,8 +840,11 @@ public async ValueTask DisposeAsync()
840840
/// </summary>
841841
private class LocalStackHealthResponse
842842
{
843+
[System.Text.Json.Serialization.JsonPropertyName("services")]
843844
public Dictionary<string, string>? Services { get; set; }
845+
[System.Text.Json.Serialization.JsonPropertyName("version")]
844846
public string? Version { get; set; }
847+
[System.Text.Json.Serialization.JsonPropertyName("features")]
845848
public Dictionary<string, object>? Features { get; set; }
846849
}
847850
}

0 commit comments

Comments
 (0)