Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore: Fixing the quality.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Oct 6, 2023
1 parent 0c5a138 commit 1abb186
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions registrar/apps/core/tests/test_discovery_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import responses
from django.conf import settings
from django.core.cache import cache
from django.test import TestCase
from ..tests.test_api_client import DiscoveryServiceClientTestCase

from ..api_client import DISCOVERY_API_TPL, DiscoveryServiceClient
Expand Down Expand Up @@ -52,7 +51,7 @@ def patch_discovery_client_get_program(mock_response_data):


@ddt.ddt
class ProgramDetailsTestCase(DiscoveryServiceClientTestCase):
class ProgramDetailsTestCase(DiscoveryServiceClientTestCase): # pylint: disable=test-inherits-tests
"""
Test ProgramDetails interface to the Discovery data cache.
"""
Expand Down

0 comments on commit 1abb186

Please sign in to comment.