Skip to content

Commit

Permalink
tests: enable async propagation for cs3apivalidator
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Nov 27, 2024
1 parent 2358020 commit a7e492a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ def cs3ApiTests(ctx, storage, accounts_hash_difficulty = 4):
"image": OC_CS3_API_VALIDATOR,
"environment": {},
"commands": [
"/usr/bin/cs3api-validator /var/lib/cs3api-validator --endpoint=ocis-server:9142",
"/usr/bin/cs3api-validator /var/lib/cs3api-validator --async-propagation=true --endpoint=ocis-server:9142",
],
},
],
Expand Down

0 comments on commit a7e492a

Please sign in to comment.