We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ee51f commit fb2e14fCopy full SHA for fb2e14f
tests/Aspire.Playground.Tests/ProjectSpecificTests.cs
@@ -78,6 +78,8 @@ await WaitForAllTextAsync(app,
78
// Assert that HTTP triggers work correctly
79
var response = await AppHostTests.CreateHttpClientWithResilience(app, "funcapp").GetAsync("/api/injected-resources");
80
81
+ _testOutput.WriteLine($"[DEBUG] Response:\r\n{response}");
82
+
83
var output = await response.Content.ReadAsStringAsync();
84
/*
85
The output is expected to look something like this:
0 commit comments