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