Update README.md to reflect updated repository URL for logos-integration-test-framework. (#2)

Co-authored-by: Egor Rachkovskii <egorrachkovskii@status.im>
This commit is contained in:
Egor Rachkovskii 2026-04-30 16:39:22 +01:00 committed by GitHub
parent 890ea07b85
commit 40bcc1f529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ In your module's test repo (e.g. `logos-chat-module/tests/integration/`):
# pyproject.toml
[project.optional-dependencies]
test = [
"logos-integration-test-framework @ git+https://github.com/logos-co/integration-tests.git@<commit-sha>",
"logos-integration-test-framework @ git+https://github.com/logos-messaging/integration-tests.git@<commit-sha>",
"pytest>=8.0",
]
```