mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 15:32:56 +00:00 
			
		
		
		
	Fix test_event_handler
This commit is contained in:
		@@ -4,7 +4,7 @@ from random import randint
 | 
			
		||||
 | 
			
		||||
import pytest
 | 
			
		||||
 | 
			
		||||
from .event_handler_factory import EventHandlerFactoryBase
 | 
			
		||||
from .event_handler_factory_base import EventHandlerFactoryBase
 | 
			
		||||
from .event_handler import EventHandler
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -71,7 +71,7 @@ def test_msg():
 | 
			
		||||
@pytest.fixture
 | 
			
		||||
def test_keys():
 | 
			
		||||
    yield [
 | 
			
		||||
        token_urlsafe(randint(2, 8)) 
 | 
			
		||||
        token_urlsafe(randint(2, 8))
 | 
			
		||||
        for _ in range(randint(16, 32))
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user