From b815856b79f5155f31631e9aba5a8490d95463de Mon Sep 17 00:00:00 2001 From: Hamish Fraser Date: Tue, 4 Jun 2024 14:23:35 +1200 Subject: [PATCH] Incorrect references removed --- .flake8 | 2 +- .github/has-functional-changes.sh | 0 .github/is-version-number-acceptable.sh | 0 .github/lint-files.sh | 0 .github/publish-git-tag.sh | 0 .github/test-api.sh | 2 +- 6 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 .github/has-functional-changes.sh mode change 100755 => 100644 .github/is-version-number-acceptable.sh mode change 100755 => 100644 .github/lint-files.sh mode change 100755 => 100644 .github/publish-git-tag.sh mode change 100755 => 100644 .github/test-api.sh diff --git a/.flake8 b/.flake8 index b1db64a8..e6bb78b1 100644 --- a/.flake8 +++ b/.flake8 @@ -6,7 +6,7 @@ inline-quotes = " multiline-quotes = """ import-order-style = appnexus no-accept-encodings = true -application-import-names = openfisca_country_template +application-import-names = openfisca_aotearoa application-package-names = openfisca_core exclude = .git,__pycache__,.venv,.github,.devcontainer,docs diff --git a/.github/has-functional-changes.sh b/.github/has-functional-changes.sh old mode 100755 new mode 100644 diff --git a/.github/is-version-number-acceptable.sh b/.github/is-version-number-acceptable.sh old mode 100755 new mode 100644 diff --git a/.github/lint-files.sh b/.github/lint-files.sh old mode 100755 new mode 100644 diff --git a/.github/publish-git-tag.sh b/.github/publish-git-tag.sh old mode 100755 new mode 100644 diff --git a/.github/test-api.sh b/.github/test-api.sh old mode 100755 new mode 100644 index 54c93859..db70af38 --- a/.github/test-api.sh +++ b/.github/test-api.sh @@ -3,7 +3,7 @@ PORT=5000 ENDPOINT=spec -openfisca serve --country-package openfisca_country_template --port $PORT & +openfisca serve --country-package openfisca_aotearoa --port $PORT & server_pid=$! curl --retry-connrefused --retry 10 --retry-delay 5 --fail http://127.0.0.1:$PORT/$ENDPOINT | python -m json.tool > /dev/null