Fix test failures and code quality issues

- Fix XML parsing in integration tests using textwrap.dedent
- Fix Docker build test by adding load:true to buildx action
- Apply black formatting to all Python files
- All tests should now pass successfully
This commit is contained in:
aserper
2025-12-12 23:34:10 -05:00
parent c8618ec3b7
commit 0512aaf9b3
5 changed files with 202 additions and 171 deletions

View File

@@ -123,7 +123,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: false
load: true
tags: masto-rss:test
cache-from: type=gha
cache-to: type=gha,mode=max