Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We're getting the following linter error: tests/integration/conftest.py:468: error: Argument "resources" to "refresh" of "Application" has incompatible type "dict[str, None]"; expected "dict[str, str] | None" [arg-type] We'll try to avoid it by replacing the None value with an empty string.
- Loading branch information