diff --git a/09-intermediate-rails/testing-authorization.md b/09-intermediate-rails/testing-authorization.md index 997df362d..a38042dc3 100644 --- a/09-intermediate-rails/testing-authorization.md +++ b/09-intermediate-rails/testing-authorization.md @@ -1,6 +1,6 @@ # Testing Authorization -We have written [tests for logging in and logging out](testing-login.md), but authentication is only half of our security story. Testing the other half, authorization, is the subject of this lesson. +We have written [tests for logging in and logging out](testing-session.md), but authentication is only half of our security story. Testing the other half, authorization, is the subject of this lesson. ## Learning Goals By the end of this lesson, students should be able to...