Skip to content

Commit

Permalink
fix: stop test generator
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlic committed May 8, 2024
1 parent d10184f commit 1a2b02f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/032.ldes-client-to-oauth-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ for updates every 60 seconds. The count will increase in bursts of this interval
## Test Teardown
To stop all systems use:
```bash
docker compose rm -s -f -v test-message-generator
docker compose rm -s -f -v ldio-workbench
docker compose down
```
or:
```bash
docker compose rm -s -f -v test-message-generator
docker compose rm -s -f -v nifi-workbench
docker compose down
```

0 comments on commit 1a2b02f

Please sign in to comment.