Skip to content

Commit 5ab3b0e

Browse files
fix endpoint for test
1 parent 7ca0b7c commit 5ab3b0e

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
@@ -26,7 +26,7 @@ do
2626
if echo "$f" | grep -q "custom_v2.txt"
2727
then
2828
sed -i "s/my-account/$ACCOUNT/g" $OUTPUT_FILE
29-
sed -i "s/my-endpoint/$ENDPOINT/g" $OUTPUT_FILE
29+
sed -i "s/my-endpoint/$ENDPOINT/g_v2" $OUTPUT_FILE
3030
fi
3131

3232
if echo "${f}" | grep -q "default.txt"

0 commit comments

Comments
 (0)