Skip to content

Commit d2bcc55

Browse files
committed
fixup! Tests
1 parent fb2e14f commit d2bcc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Aspire.Playground.Tests/ProjectSpecificTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ 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}");
8281

8382
var output = await response.Content.ReadAsStringAsync();
83+
_testOutput.WriteLine($"[DEBUG] Response:\r\n{output}");
8484
/*
8585
The output is expected to look something like this:
8686

0 commit comments

Comments
 (0)