Skip to content

Commit

Permalink
Incorrect references removed
Browse files Browse the repository at this point in the history
  • Loading branch information
verbman committed Jun 4, 2024
1 parent 853a996 commit b815856
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Empty file modified .github/has-functional-changes.sh
100755 → 100644
Empty file.
Empty file modified .github/is-version-number-acceptable.sh
100755 → 100644
Empty file.
Empty file modified .github/lint-files.sh
100755 → 100644
Empty file.
Empty file modified .github/publish-git-tag.sh
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion .github/test-api.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b815856

Please sign in to comment.