diff options
Diffstat (limited to 'src/cli/test_iban.sh')
-rwxr-xr-x | src/cli/test_iban.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/test_iban.sh b/src/cli/test_iban.sh index fcf932f..523e047 100755 --- a/src/cli/test_iban.sh +++ b/src/cli/test_iban.sh | |||
@@ -390,7 +390,7 @@ anastasis-reducer -a '{"provider_url" : "http://localhost:8086/" }' add_provider | |||
390 | echo " OK" | 390 | echo " OK" |
391 | 391 | ||
392 | echo -n "Selecting secret to recover" | 392 | echo -n "Selecting secret to recover" |
393 | anastasis-reducer -a '{"attribute_mask": 0, "providers" : [ { "version": 0, "url" : "http://localhost:8086/" } ] }' \ | 393 | anastasis-reducer -a '{"attribute_mask": 0, "providers" : [ { "version": 1, "url" : "http://localhost:8086/" } ] }' \ |
394 | select_version < $R1FILE > $R2FILE 2>> test_reducer.err | 394 | select_version < $R1FILE > $R2FILE 2>> test_reducer.err |
395 | 395 | ||
396 | STATE=`jq -r -e .recovery_state < $R2FILE` | 396 | STATE=`jq -r -e .recovery_state < $R2FILE` |