blob: 08d0f61d93e1d07cc2e9a591fbc3cdcc5021c521 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
set(expect
query
query/client-foo
query/client-foo/toolchains-v1
reply
reply/index-[0-9.T-]+.json
reply/toolchains-v1-[0-9a-f]+.json
)
check_api("^${expect}$")
check_python(toolchains-v1 index)
|