Fix flake8: E713, E501
This commit is contained in:
parent
5b99286994
commit
c232320d62
|
@ -1777,12 +1777,12 @@ def test_confirmRevoke(user: UserClient, user2: UserClient):
|
||||||
assert device_10 in trade.devices
|
assert device_10 in trade.devices
|
||||||
assert len(trade.devices) == 10
|
assert len(trade.devices) == 10
|
||||||
|
|
||||||
# the SCRAP confirms the revoke action
|
# TODO??? the SCRAP confirms the revoke action
|
||||||
request_confirm_revoke = {
|
# request_confirm_revoke = {
|
||||||
'type': 'ConfirmRevoke',
|
# 'type': 'ConfirmRevoke',
|
||||||
'action': device_10.actions[-2].id,
|
# 'action': device_10.actions[-2].id,
|
||||||
'devices': [snap10['device']['id']],
|
# 'devices': [snap10['device']['id']],
|
||||||
}
|
# }
|
||||||
|
|
||||||
# check validation error
|
# check validation error
|
||||||
# user2.post(res=models.Action, data=request_confirm_revoke, status=422)
|
# user2.post(res=models.Action, data=request_confirm_revoke, status=422)
|
||||||
|
@ -2804,7 +2804,7 @@ def test_moveOnDocument(user: UserClient, user2: UserClient):
|
||||||
lotIn, _ = user.post({'name': 'MyLotIn'}, res=Lot)
|
lotIn, _ = user.post({'name': 'MyLotIn'}, res=Lot)
|
||||||
lotOut, _ = user.post({'name': 'MyLotOut'}, res=Lot)
|
lotOut, _ = user.post({'name': 'MyLotOut'}, res=Lot)
|
||||||
url = (
|
url = (
|
||||||
'http://www.ereuse.org/apapaapaapaapaapaapaapaapaapaapapaapaapaapaapaapaapaapaapaapapaapaapaapaapaapaapaapaapaapaaaa',
|
'http://www.ereuse.org/apapaapaapaapaapaapaapaapaapaapapaapaapaapaapaapaapaapaapaapapaapaapaapaapaapaapaapaap',
|
||||||
)
|
)
|
||||||
request_post1 = {
|
request_post1 = {
|
||||||
'filename': 'test.pdf',
|
'filename': 'test.pdf',
|
||||||
|
@ -2971,7 +2971,7 @@ def test_moveOnDocument_bug168(user: UserClient, user2: UserClient):
|
||||||
lotIn, _ = user.post({'name': 'MyLotIn'}, res=Lot)
|
lotIn, _ = user.post({'name': 'MyLotIn'}, res=Lot)
|
||||||
lotOut, _ = user.post({'name': 'MyLotOut'}, res=Lot)
|
lotOut, _ = user.post({'name': 'MyLotOut'}, res=Lot)
|
||||||
url = (
|
url = (
|
||||||
'http://www.ereuse.org/apapaapaapaapaapaapaapaapaapaapapaapaapaapaapaapaapaapaapaapapaapaapaapaapaapaapaapaapaapaaaa',
|
'http://www.ereuse.org/apapaapaapaapaapaapaapaapaapaapapaapaapaapaapaapaapaapaapaapapaapaapaapaapaapaapaapaap',
|
||||||
)
|
)
|
||||||
request_post1 = {
|
request_post1 = {
|
||||||
'filename': 'test.pdf',
|
'filename': 'test.pdf',
|
||||||
|
|
Reference in New Issue