@@ -33,10 +33,8 @@ result=$(anti requester register-user \
33
33
outputRef=$( getOutputRef " $result " )
34
34
35
35
log " Pending requests for the anti oracle token:"
36
- anti oracle token get | jq ' .result.requests | .[]'
36
+ anti token | jq ' .result.requests | .[]'
37
37
38
- log " Validating the requests pending for the anti oracle token..."
39
- anti oracle requests validate | jq -r ' .result'
40
38
41
39
log " Updating the anti oracle token with output reference $outputRef ..."
42
40
anti oracle token update -o " $outputRef " > /dev/null
@@ -53,10 +51,7 @@ result=$(anti requester register-role \
53
51
outputRef=$( getOutputRef " $result " )
54
52
55
53
log " Pending requests for the anti oracle token:"
56
- anti oracle token get | jq ' .result.requests | .[]'
57
-
58
- log " Validating the requests pending for the anti oracle token..."
59
- anti oracle requests validate | jq -r ' .result'
54
+ anti token | jq ' .result.requests | .[]'
60
55
61
56
log " Updating the anti oracle token with output reference $outputRef ..."
62
57
anti oracle token update -o " $outputRef " > /dev/null
@@ -75,10 +70,7 @@ result=$(anti requester create-test \
75
70
76
71
outputRef=$( getOutputRef " $result " )
77
72
log " Pending requests for the anti oracle token:"
78
- anti oracle token get | jq ' .result.requests | .[]'
79
-
80
- log " Validating the requests pending for the anti oracle token..."
81
- anti oracle requests validate | jq -r ' .result'
73
+ anti token | jq ' .result.requests | .[]'
82
74
83
75
log " Updating the anti oracle token with output reference $outputRef ..."
84
76
anti oracle token update -o " $outputRef " > /dev/null
0 commit comments