From 88f3ef6ccea53eda7019783965dc4bc2a4bd753a Mon Sep 17 00:00:00 2001 From: Thomas Carmet Date: Thu, 27 Jul 2023 14:27:07 -0700 Subject: [PATCH] Fixup link to fastapi documentation Previous link was broken --- docs/development/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/testing.md b/docs/development/testing.md index 2354e4e4..5309fc8b 100644 --- a/docs/development/testing.md +++ b/docs/development/testing.md @@ -68,7 +68,7 @@ The test environment will be configured with: ## API tests -Will make use of the [fastapi test client](https://fastapi.tiangolo.com/advanced/testing/) +Will make use of the [fastapi test client](https://fastapi.tiangolo.com/advanced/testing-websockets/) to test the runner-manager behavior from the API point of view. The test environment will be configured with: