We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04995d commit 9665b9cCopy full SHA for 9665b9c
test/test_secure_apis.sh
@@ -63,9 +63,9 @@ if [[ $OUT != *"\"Write below binary dir\""* ]]; then
63
exit 1
64
fi
65
66
-NEW_POLICY=`echo $MY_POLICY | sed -e "s/Write below binary dir/Copy Of Write below binary dir/g" | sed -e 's/"id": [0-9]*,//' | sed -e 's/"version": [0-9]*/"version": null/'`
+NEW_POLICY=`echo $MY_POLICY | sed -e "s/Write below binary dir/Write below etc/g" | sed -e 's/"id": [0-9]*,//' | sed -e 's/"version": [0-9]*/"version": null/'`
67
OUT=`echo $NEW_POLICY | $SCRIPTDIR/../examples/add_policy.py $PYTHON_SDC_TEST_API_TOKEN`
68
-if [[ $OUT != *"\"Copy Of Write below binary dir\""* ]]; then
+if [[ $OUT != *"\"Write below etc\""* ]]; then
69
echo "Could not create new policy"
70
71
0 commit comments