mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
update opensea newest test endpoint
This commit is contained in:
parent
8cb0c8a98e
commit
ff3137d2f4
@ -5,10 +5,12 @@ models:
|
||||
- name: get
|
||||
tests:
|
||||
- test_udf:
|
||||
name: test_opensea__get_status_200
|
||||
name: test_opensea__get_collection_stats_status_200
|
||||
args: >
|
||||
'/health'
|
||||
'/api/v2/collections/cryptopunks/stats'
|
||||
, {}
|
||||
assertions:
|
||||
- result:status_code = 200
|
||||
- result:error IS NULL
|
||||
- result:data IS NOT NULL
|
||||
- result:data:total IS NOT NULL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user