From a8c500d0a0abd7341c086be0f36ad24993e8f3a3 Mon Sep 17 00:00:00 2001 From: Luis Felipe Castano Date: Fri, 24 Mar 2023 10:41:12 -0500 Subject: [PATCH] test: FFI-8 Running Test Suit --- common/djangoapps/third_party_auth/tests/specs/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/djangoapps/third_party_auth/tests/specs/base.py b/common/djangoapps/third_party_auth/tests/specs/base.py index 9a51049d86b..e992c163925 100644 --- a/common/djangoapps/third_party_auth/tests/specs/base.py +++ b/common/djangoapps/third_party_auth/tests/specs/base.py @@ -43,6 +43,7 @@ def create_account(request): class HelperMixin: """ Contains helper methods for IntegrationTestMixin and IntegrationTest classes below. + Test Deprecar FFI-8 Running Test Suit """ provider = None