Closed Aschen closed 6 years ago
Merging #180 into 1.x will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## 1.x #180 +/- ##
=======================================
Coverage 88.97% 88.97%
=======================================
Files 244 244
Lines 4410 4410
=======================================
Hits 3924 3924
Misses 454 454
Partials 32 32
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 407e92e...1e214cd. Read the comment docs.
What does this PR do ?
The
Options
struct passed to the Kuzzle constructor has aconnect
and aoffline_mode
fields that can both have 2 values in the JS SDK:manual
orauto
.In the Go/Cpp SDK, the
connect
field type is an enum but not theoffline_mode
field.How should this be manually tested?
internal/wrappers/features/step_defs_cpp/kuzzle-sdk-steps.cpp
add this line after the line#101
:ctx->kuzzle_options.offline_mode = MANUAL;