diff --git a/test/test-python-app/test.sh b/test/test-python-app/test.sh index c52281fa8d..381bf591e5 100755 --- a/test/test-python-app/test.sh +++ b/test/test-python-app/test.sh @@ -22,9 +22,9 @@ cdktf get pipenv run python ./main.py # get rid of downloaded Terraform providers, no point in diffing them -rm -rf dist/.terraform +rm -rf cdktf.out/.terraform # show output -diff dist ${scriptdir}/expected +diff cdktf.out ${scriptdir}/expected echo "PASS" \ No newline at end of file