Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test
  • Loading branch information
sebastienros committed Jul 8, 2025
commit 8b80c0cdfd8edff298b689a5bee9f2cf983f91b7
1 change: 0 additions & 1 deletion tests/Aspire.Playground.Tests/ProjectSpecificTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ await WaitForAllTextAsync(app,
{
"Aspire-injected EventHubProducerClient namespace: localhost",
"Aspire-injected QueueServiceClient URI: http://127.0.0.1:*/devstoreaccount1",
"Aspire-injected QueueClient URI: http://127.0.0.1:*/devstoreaccount1/myqueue1",
"Aspire-injected BlobServiceClient URI: http://127.0.0.1:*/devstoreaccount1",
"Aspire-injected BlobContainerClient URI: http://127.0.0.1:*/devstoreaccount1/myblobcontainer"
};
Expand Down
Loading