Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 21f9f2f

Browse files
committed
test: fix integration test command to include new required args.
Signed-off-by: Ahmed <[email protected]>
1 parent c9ce5c0 commit 21f9f2f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/integration_claims.rs

+6-1
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@ fn integration_claims_call_alias() {
358358
logger.to_str().unwrap(),
359359
"--name",
360360
"Logger",
361+
"-v",
362+
"0.1.0",
363+
"-r",
364+
"1",
361365
"-l",
362366
"-q",
363367
"--issuer",
@@ -401,7 +405,8 @@ fn integration_claims_call_alias() {
401405
"capabilities": ["HTTP Server", "Logging"],
402406
"expires": "never",
403407
"tags": "None",
404-
"version": "None",
408+
"version": "0.1.0",
409+
"revision": 1,
405410
"call_alias": "wasmcloud/logger_onedotzero"
406411
});
407412

0 commit comments

Comments
 (0)