diff options
| author | 李佳 <[email protected]> | 2024-04-10 13:51:41 +0000 |
|---|---|---|
| committer | 李佳 <[email protected]> | 2024-04-10 13:51:41 +0000 |
| commit | 8be661adc385b843ca36769f71d43549848e4c7d (patch) | |
| tree | 8fcfbcb35c10d884b2f38810759dcee094684f29 /test/http_decoder_stub.cpp | |
| parent | c00538d6a95fced820e23c11cf238bef7bfe7fbb (diff) | |
| parent | 600e7eba3f0a3ffc6002d5278903892843d735a9 (diff) | |
Merge branch 'get-transaction-seq' into 'develop'
add http_message_get_transaction_seq() API; add base64 encode format for...
See merge request stellar/http_decoder!2
Diffstat (limited to 'test/http_decoder_stub.cpp')
| -rw-r--r-- | test/http_decoder_stub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http_decoder_stub.cpp b/test/http_decoder_stub.cpp index c879630..77a1483 100644 --- a/test/http_decoder_stub.cpp +++ b/test/http_decoder_stub.cpp @@ -30,7 +30,7 @@ extern "C" assert(node != NULL || name != NULL); if (g_fake_stellar->http_plug_test_result_root) { - cJSON_AddStringToObject(node, "__X_HTTP_RESULT_INDEX", name); + // cJSON_AddStringToObject(node, "__X_HTTP_RESULT_INDEX", name); cJSON_AddItemToArray(g_fake_stellar->http_plug_test_result_root, node); return 0; } |
