mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-06 03:54:54 +00:00
updating comments
This commit is contained in:
parent
3e2c11f6cc
commit
d2defbf9ad
@ -148,7 +148,7 @@ procSuite "Waku Rest API - Store v3":
|
||||
"", # start time
|
||||
"", # end time
|
||||
"", # hashes
|
||||
encodedCursor, # base64-encoded hash
|
||||
encodedCursor, # hex-encoded hash
|
||||
"true", # ascending
|
||||
"5", # empty implies default page size
|
||||
)
|
||||
@ -218,7 +218,7 @@ procSuite "Waku Rest API - Store v3":
|
||||
"3", # start time
|
||||
"6", # end time
|
||||
"", # hashes
|
||||
"", # base64-encoded hash
|
||||
"", # hex-encoded hash
|
||||
"true", # ascending
|
||||
"", # empty implies default page size
|
||||
)
|
||||
@ -298,7 +298,7 @@ procSuite "Waku Rest API - Store v3":
|
||||
if reqHash.isSome():
|
||||
reqHash.get()
|
||||
else:
|
||||
"", # base64-encoded digest. Empty ignores the field.
|
||||
"", # hex-encoded digest. Empty ignores the field.
|
||||
"true", # ascending
|
||||
"7", # page size. Empty implies default page size.
|
||||
)
|
||||
@ -790,7 +790,7 @@ procSuite "Waku Rest API - Store v3":
|
||||
if reqHash.isSome():
|
||||
reqHash.get()
|
||||
else:
|
||||
"", # base64-encoded digest. Empty ignores the field.
|
||||
"", # hex-encoded digest. Empty ignores the field.
|
||||
"true", # ascending
|
||||
"3", # page size. Empty implies default page size.
|
||||
)
|
||||
@ -826,7 +826,7 @@ procSuite "Waku Rest API - Store v3":
|
||||
if reqHash.isSome():
|
||||
reqHash.get()
|
||||
else:
|
||||
"", # base64-encoded digest. Empty ignores the field.
|
||||
"", # hex-encoded digest. Empty ignores the field.
|
||||
)
|
||||
|
||||
check:
|
||||
@ -848,7 +848,7 @@ procSuite "Waku Rest API - Store v3":
|
||||
if reqHash.isSome():
|
||||
reqHash.get()
|
||||
else:
|
||||
"", # base64-encoded digest. Empty ignores the field.
|
||||
"", # hex-encoded digest. Empty ignores the field.
|
||||
"true", # ascending
|
||||
"5", # page size. Empty implies default page size.
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user