Skip to content

Commit b527432

Browse files
committed
Change callout type in end-to-end testing docs
Updated the callout from 'important' to 'note' to better reflect the informational nature of the message about generated test files.
1 parent 7d3c497 commit b527432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/end-to-end-testing.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pip install "shiny[test,testgen]"
189189
- Anthropic: `export ANTHROPIC_API_KEY=...`
190190
- OpenAI: `export OPENAI_API_KEY=...`
191191

192-
::: callout-important
192+
::: callout-note
193193
The generated file is a **starting point**, not a full coverage suite. Iterate toward meaningful, stable assertions aligned with your app’s business logic.
194194
:::
195195

0 commit comments

Comments
 (0)