Skip to content

Commit fcc7a88

Browse files
revert proper code sample tests
1 parent c82ef49 commit fcc7a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_code_samples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ API_KEY=$3
88
API_KEY_V2=$4
99
MODEL_ID=$5
1010

11-
for f in $(find ./docs/extras/code_samples -maxdepth 1 -name "default_v2.txt" -not -name "workflow_*.txt" | sort -h)
11+
for f in $(find ./docs/extras/code_samples -maxdepth 1 -name "*.txt" -not -name "workflow_*.txt" | sort -h)
1212
do
1313
if echo "${f}" | grep -q "default_v2.txt"; then
1414
if [ -z "${API_KEY_V2}" ] || [ -z "${MODEL_ID}" ]; then

0 commit comments

Comments
 (0)