We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e355da4 commit a86f98eCopy full SHA for a86f98e
e2e/tests-dfx/telemetry.bash
@@ -71,10 +71,10 @@ teardown() {
71
local log n
72
log=$(dfx info telemetry-log-path)
73
assert_command dfx extension install nns --version 0.3.1
74
+ assert_command dfx nns import
75
assert_command jq -se 'last | .command == "extension run" and (.parameters | any(.name == "@extension_name" and .value == "nns"))' "$log"
76
n=$(jq -sr 'map(select(has("command"))) | length' "$log")
77
assert_command dfx nns help
- # shellcheck disable=SC2016
78
assert_command jq -se '(map(select(has("command"))) | length) == $n' --argjson n "$n" "$log"
79
}
80
0 commit comments