Skip to content

Commit b7633c1

Browse files
Remove ServiceInsight references, replace with servicepulse (#5247)
* Fix typos and update ServicePulse references Corrected references to ServicePulse and fixed typos in the auditing section. * Update docs/testing-scenarios.md --------- Co-authored-by: Nick Gallegos <nick.gallegos@particular.net>
1 parent 3d99348 commit b7633c1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/testing-scenarios.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ A long (though not exhaustive) list, although not every change will merit runnin
3636
- Go to [Service Pulse->Configuration->Create redirect] and add `Endpoint1` to `Endpoint2` redirect
3737
- Retry the failed message
3838
- [ ] Audits
39-
- [ ] Generate messages e.g. `send 1 10` and check if these are accessible in ServiceInsight
40-
- [ ] Generate message messages with non-trivial content using `send-fulltext 1 10`. Open ServiceInsight and check if a message can be found in the search box using one of the strings from the `LongString` property
41-
- [ ] Generate messages using `fanout` and check in the [Sequence Diagram] view in ServiceInsight that the graph is properly visualized
39+
- [ ] Generate messages e.g. `send 1 10` and check if these are accessible in ServicePulse
40+
- [ ] Generate message messages with non-trivial content using `send-fulltext 1 10`. Open ServicePulse and check if a message can be found in the search box using one of the strings from the `LongString` property
41+
- [ ] Generate messages using `fanout` and check in the [Sequence Diagram] view in ServicePulse that the graph is properly visualized
4242
- [ ] Saga Auditing
43-
- [ ] Generate messages using `saga-audits 1` and check in the [Saga] view in ServieInsight that the graph is properly visualized
43+
- [ ] Generate messages using `saga-audits 1` and check in the [Saga] view in ServicePulse that the graph is properly visualized
4444
- [ ] Integration Events
4545
- [ ] Download [integration events sample](https://docs.particular.net/samples/servicecontrol/events-subscription/). Switch the sample to the appropriate transport.
4646
- [ ] Generate a failing message in the `NServiceBusEndptoin` and validate that an integration event `MessageFailed` is received by the `EndpointsMonitor`

0 commit comments

Comments
 (0)