@cryptotaxi247 / kubo / commits / bd5b48d0e

test: added issue number to regression test

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Mar 8, 2017 at 00:12 UTC bd5b48d0ea821408e352d77d3c215e5a5b56c6f4
1 file changed +2 -2
test/sharness/t0600-issues-and-regressions-online.sh
+2 -2
@@ -33,14 +33,14 @@ test_expect_success "metrics work" '
33 test_fsh cat pro_data
34 '
35
36 -test_expect_success "pin add api looks right" '
36 +test_expect_success "pin add api looks right - #3753" '
37 HASH=$(echo "foo" | ipfs add -q) &&
38 curl "http://$API_ADDR/api/v0/pin/add/$HASH" > pinadd_out &&
39 echo "{\"Pins\":[\"QmYNmQKp6SuaVrpgWRsPTgCQCnpxUYGq76YEKBXuj2N4H6\"]}" > pinadd_exp &&
40 test_cmp pinadd_out pinadd_exp
41 '
42
43 -test_expect_success "pin add api looks right" '
43 +test_expect_success "pin add api looks right - #3753" '
44 curl "http://$API_ADDR/api/v0/pin/rm/$HASH" > pinrm_out &&
45 echo "{\"Pins\":[\"QmYNmQKp6SuaVrpgWRsPTgCQCnpxUYGq76YEKBXuj2N4H6\"]}" > pinrm_exp &&
46 test_cmp pinrm_out pinrm_exp