mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 13:27:50 +08:00
Add tests to prevent future regressions
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
953448af82
commit
b2a082fb13
@ -14,6 +14,11 @@ test_expect_sucess "commands command with flag flags works via HTTP API - #2301"
|
||||
curl "http://$API_ADDR/api/v0/commands?flags" | grep "verbose"
|
||||
'
|
||||
|
||||
test_expect_sucess "ipfs refs local over HTTP API returns NDJOSN not flat - #2803" '
|
||||
echo "Hello World" | ipfs add &&
|
||||
curl "http://$API_ADDR/api/v0/refs/local" | grep "Ref" | grep "Err"
|
||||
'
|
||||
|
||||
test_kill_ipfs_daemon
|
||||
|
||||
test_done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user