mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Remove unused fixture
This commit is contained in:
parent
9766aa90a1
commit
5759de6ae3
@ -162,7 +162,7 @@ def test_post_transfer_transaction_endpoint(b, client, user_pk, user_sk):
|
|||||||
|
|
||||||
@pytest.mark.bdb
|
@pytest.mark.bdb
|
||||||
@pytest.mark.usefixtures('inputs')
|
@pytest.mark.usefixtures('inputs')
|
||||||
def test_post_invalid_transfer_transaction_returns_400(b, client, user_pk, user_sk):
|
def test_post_invalid_transfer_transaction_returns_400(b, client, user_pk):
|
||||||
from bigchaindb.models import Transaction
|
from bigchaindb.models import Transaction
|
||||||
from bigchaindb.common.exceptions import InvalidSignature
|
from bigchaindb.common.exceptions import InvalidSignature
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user