o
    &zh                     @   s6   d dl Z d dlmZ d dlmZ G dd de jZdS )    N)ImageKit)get_authenticated_paramsc                   @   s   e Zd Zdd ZdS )TestUtilCalculationc                 C   sB   t dddd}| |d d | |d d | |d d d	S )
zUTest authenticated_params returning proper value
        :return: param dict
        
your_token
1582269249private_key_test)tokenexpireprivate_keyr   r	   	signature(e71bcd6031016b060d349d212e23e85c791decddN)r   assertEqual)selfresult r   W/var/www/html/kangema/venv/lib/python3.10/site-packages/tests/test_utils_calculation.pytest_get_authenticated_params   s   z1TestUtilCalculation.test_get_authenticated_paramsN)__name__
__module____qualname__r   r   r   r   r   r      s    r   )unittestimagekitio.clientr   imagekitio.utils.calculationr   TestCaser   r   r   r   r   <module>   s    