mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Set dummy_transaction fixture scope to "session"
Signed-off-by: David Dashyan <mail@davie.li>
This commit is contained in:
parent
d3c621d1e7
commit
1a136a7555
@ -166,7 +166,7 @@ def transfer_tx(transfer_utx, user_priv):
|
||||
return transfer_utx.sign([user_priv])
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
@pytest.fixture(scope="session")
|
||||
def dummy_transaction():
|
||||
return {
|
||||
'asset': {'data': None},
|
||||
|
Loading…
x
Reference in New Issue
Block a user