Skip to content

Commit

Permalink
test: measurement.indexResult (#57)
Browse files Browse the repository at this point in the history
Enable assertion that was commented out until we improve spark-api.

Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos authored Mar 7, 2024
1 parent fa07579 commit e008f78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ test('retrieval check for our CID', async () => {
const assertProp = (prop, expectedValue) => assertEquals(m[prop], expectedValue, prop)

assertProp('cid', KNOWN_CID)
// TODO - spark-api does not record this field yet
// assertProp('indexerResult', 'OK')
assertProp('indexerResult', 'OK')
assertProp('providerAddress', '/dns/frisbii.fly.dev/tcp/443/https')
assertProp('protocol', 'http')
assertProp('timeout', false)
Expand Down

0 comments on commit e008f78

Please sign in to comment.