adding tests

This commit is contained in:
Pravin Kamble 2023-08-21 00:03:30 +05:30
parent 71289fff0d
commit decd4b83e1

View File

@ -18,7 +18,7 @@ from rest_framework.throttling import (
UserRateThrottle UserRateThrottle
) )
from rest_framework.views import APIView from rest_framework.views import APIView
from utils.throttling_duration_parser import parse_quantity_and_unit from rest_framework.utils.throttling_duration_parser import parse_quantity_and_unit
class User3SecRateThrottle(UserRateThrottle): class User3SecRateThrottle(UserRateThrottle):