Skip to content

Commit 70af968

Browse files
committed
fixup! fixup! manager/tests: simple test for /cache-clear API endpoint
1 parent 24ed486 commit 70af968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/tests/packaging/interactive/cache-clear.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "$?" -ne "0" ]; then
88
fi
99

1010
# clear just example.com. AAAA record, get JSON output
11-
kresctl cache clear --json --exact-name --rr-type AAAA example.com. | python -m json.tool
11+
kresctl cache clear --json --exact-name --rr-type AAAA example.com. | python3 -m json.tool
1212
if [ "$?" -ne "0" ]; then
1313
echo "Could not clear example.com. AAAA record or output is not a valid JSON"
1414
exit 1

0 commit comments

Comments
 (0)