diff --git a/api/jsonapi_test.go b/api/jsonapi_test.go index a6c5756f43..3fa7aec853 100644 --- a/api/jsonapi_test.go +++ b/api/jsonapi_test.go @@ -873,7 +873,7 @@ func TestResendOrderMessage(t *testing.T) { func TestManageWallet(t *testing.T) { const unlockWalletResponse = `{"isLocked": "false"}` - const lockWalletResponse = `{"isLocked": "true"}` + //const lockWalletResponse = `{"isLocked": "true"}` const unlockFailedResponse = `{ "success": false, "reason": "cipher: message authentication failed"