diff --git a/testing/registrar_test.sh b/testing/registrar_test.sh index afcc6655db6f7941a9f1f6bda68315f05ef8f3cc..679d6869b0a280741df5c3d4c48b5f0b6a1c7d7c 100755 --- a/testing/registrar_test.sh +++ b/testing/registrar_test.sh @@ -13,8 +13,7 @@ while read product; do python3 /registrar.py \ --objects-prefix $product \ --service-url $SERVICE_URL \ - --reporting-dir $REPORTING_DIR \ - --service-url $SERVICE_URL \ + --reporting-dir "/mnt/reports" \ <<<$product IFS='/' read -ra ADDR <<< "$product"