mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-11 17:43:08 +00:00
fix: call the functions
This commit is contained in:
parent
48847ce5cc
commit
0b6fc270e7
@ -88,6 +88,8 @@ class StepsDataAvailability(StepsCommon):
|
||||
|
||||
assert response.status_code == 200, "Send dispersal finished with unexpected response code"
|
||||
|
||||
disperse()
|
||||
|
||||
@allure.step
|
||||
def get_data_range(self, node, app_id, start, end, timeout_duration=45):
|
||||
@retry(stop=stop_after_delay(timeout_duration), wait=wait_fixed(1), reraise=True)
|
||||
@ -102,3 +104,5 @@ class StepsDataAvailability(StepsCommon):
|
||||
assert response_contains_data(response), "Get data range response is empty"
|
||||
|
||||
return response
|
||||
|
||||
get_range()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user