From 1baf24d9a657c7a34a61419aaf424330d8bb77de Mon Sep 17 00:00:00 2001 From: Hassan Rezk Habib Date: Sun, 27 Oct 2024 21:26:14 -0700 Subject: [PATCH] CODE RUB: Fix Link --- .../3.1.1 RESTful APIs/3.1.1 RESTful APIs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3. Exposers/3.1 Communication Protocols/3.1.1 RESTful APIs/3.1.1 RESTful APIs.md b/3. Exposers/3.1 Communication Protocols/3.1.1 RESTful APIs/3.1.1 RESTful APIs.md index d1b9a61..ba89087 100644 --- a/3. Exposers/3.1 Communication Protocols/3.1.1 RESTful APIs/3.1.1 RESTful APIs.md +++ b/3. Exposers/3.1 Communication Protocols/3.1.1 RESTful APIs/3.1.1 RESTful APIs.md @@ -620,7 +620,7 @@ Acceptance tests are required to cover every available endpoint on a controller Acceptance tests are also implemented after the fact, unlike unit tests. An endpoint has to be fully integrated and functional before a test is written to ensure implementation success is in place. -[*] [Controller Unit Tests] (https://www.youtube.com/watch?v=Fc4LgUR2174) +[*] [Controller Unit Tests](https://www.youtube.com/watch?v=Fc4LgUR2174) [*] [Acceptance Tests (Part 1)](https://www.youtube.com/watch?v=WWN-9ahbdIU)