Skip to content

Commit

Permalink
docs: update run-tests note format
Browse files Browse the repository at this point in the history
Fixes note added in GoogleCloudPlatform#11475 to work within Hugo and match other notes
  • Loading branch information
wyardley committed Oct 16, 2024
1 parent a8e718b commit 6f79e59
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/content/develop/test/run-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ aliases:
make testacc TEST=./google/services/container TESTARGS='-run=TestAccContainerNodePool'
```
> [!NOTE]
> Acceptance tests create actual infrastructure which can incur costs. Acceptance tests may not clean up after themselves if interrupted, so you may want to check for stray resources and / or billing charges.
> **Note:** Acceptance tests create actual infrastructure which can incur costs. Acceptance tests may not clean up after themselves if interrupted, so you may want to check for stray resources and / or billing charges.
1. Optional: Save verbose test output (including API requests and responses) to a file for analysis.
Expand Down Expand Up @@ -95,8 +94,7 @@ aliases:
```bash
make testacc TEST=./google-beta/services/container TESTARGS='-run=TestAccContainerNodePool'
```
> [!NOTE]
> Acceptance tests create actual infrastructure which can incur costs. Acceptance tests may not clean up after themselves if interrupted, so you may want to check for stray resources and / or billing charges.
> **Note:** Acceptance tests create actual infrastructure which can incur costs. Acceptance tests may not clean up after themselves if interrupted, so you may want to check for stray resources and / or billing charges.

1. Optional: Save verbose test output to a file for analysis.

Expand Down

0 comments on commit 6f79e59

Please sign in to comment.