Skip to content

Commit

Permalink
fix test names
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jun 22, 2024
1 parent f14d04a commit 78c9b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-guidance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "X$AZURE_GUIDANCE_URL" = "X" ] ; then
fi
export AZURE_GUIDANCE_URL

FILES="tests/models/test_azure_guidance.py tests/models/test_greedy.py"
FILES="tests/need_credentials/test_azure_guidance.py tests/model_integration/test_greedy.py"

if [ "X$1" != "X" ] ; then
if [ "X${1:0:2}" = "X::" ] ; then
Expand Down

0 comments on commit 78c9b31

Please sign in to comment.