Skip to content

Commit fb2e14f

Browse files
committed
fixup! Tests
1 parent 67ee51f commit fb2e14f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Aspire.Playground.Tests/ProjectSpecificTests.cs

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ await WaitForAllTextAsync(app,
7878
// Assert that HTTP triggers work correctly
7979
var response = await AppHostTests.CreateHttpClientWithResilience(app, "funcapp").GetAsync("/api/injected-resources");
8080

81+
_testOutput.WriteLine($"[DEBUG] Response:\r\n{response}");
82+
8183
var output = await response.Content.ReadAsStringAsync();
8284
/*
8385
The output is expected to look something like this:

0 commit comments

Comments
 (0)