Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Description:** `make test` references an undefined variable, `APP_PORT`, which causes the the `docker-compose` command's `-p` argument to be malformed: ``` docker-compose run -p :8080 ... ^--- missing the left-side port! ``` **PR Checklist:** - [x] Code is formatted and linted (run `pre-commit run --all-files`) - [x] Tests pass (run `make test`) _The test failure in CI appears to be unrelated to this change._ - [ ] Documentation has been updated to reflect changes, if applicable - [ ] Changes are added to the changelog
- Loading branch information