Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static JsonDocument ReadReport(byte[] archive)
return JsonDocument.Parse(entry);
}

const string SalesQueue = "Contoso/Sales";
const string SalesQueue = "Particular.Sales";
const long BrokerThroughput = 42;
const long MonitoringThroughput = 17;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ static JsonDocument ReadReport(byte[] archive)
return JsonDocument.Parse(entry);
}

const string RedactedCustomer = "Contoso";
const string SalesEndpoint = "Contoso.Sales";
const string NotAnEndpoint = "Contoso.Website.Inbox";
const string RedactedCustomer = "Particular";
const string SalesEndpoint = "Particular.Sales";
const string NotAnEndpoint = "Particular.Website.Inbox";
const long SalesThroughput = 42;

class Context : ScenarioContext, ISequenceContext
Expand Down
Loading