Skip to content

Commit b2452ab

Browse files
juliangruberbajtos
andauthored
Update test/integration.js
Co-authored-by: Miroslav Bajtoš <oss@bajtos.net>
1 parent beee444 commit b2452ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ test('retrieval check for our CID', async () => {
4242
assertProp('protocol', 'http')
4343
assertProp('timeout', false)
4444
assertProp('statusCode', 200)
45-
// FIXME - frisbii.fly.io doesn't support HEAD requests yet
45+
// Note: frisbii.fly.io doesn't support HEAD requests yet
4646
// https://github.com/CheckerNetwork/frisbii-on-fly/issues/3
47-
// assertProp('headStatusCode', 200)
47+
assertProp('headStatusCode', 405)
4848
assertProp('byteLength', 200)
4949
assertProp('carTooLarge', false)
5050
// TODO - spark-api does not record this field yet

0 commit comments

Comments
 (0)