6 lines
110 B
Python
6 lines
110 B
Python
|
import pytest
|
||
|
|
||
|
@pytest.fixture(scope='session')
|
||
|
def laf_key():
|
||
|
return b'qndiakxxuiemdklseqid~a~niq,zjuxl'
|