From 81c6b282f824b4c1d3da94ea556d2dc0c363051e Mon Sep 17 00:00:00 2001 From: Egor Rachkovskii Date: Thu, 30 Apr 2026 16:08:54 +0100 Subject: [PATCH] Update README.md to reflect updated repository URL for `logos-integration-test-framework`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e28ff04..77373a0 100644 --- a/README.md +++ b/README.md @@ -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@", + "logos-integration-test-framework @ git+https://github.com/logos-messaging/integration-tests.git@", "pytest>=8.0", ] ```