File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
console/atest-ui/src/locales Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 26
26
"viewHistory" : " 查看历史记录" ,
27
27
"revert" : " 回退" ,
28
28
"goToHistory" : " 跳转历史记录" ,
29
- "deleteAllHistory" : " 删除所有历史记录"
29
+ "deleteAllHistory" : " 删除所有历史记录"
30
30
},
31
31
"title" : {
32
32
"createTestSuite" : " 创建测试用例集" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ openssl x509 -req -days 365 -in test.csr \
26
26
27
27
echo " start to download extenions"
28
28
atest extension --output /usr/local/bin --registry ghcr.io git
29
- atest extension --output /usr/local/bin --registry ghcr. io orm
29
+ atest extension --output /usr/local/bin --registry registry-1.docker. io orm --image-prefix ysf233
30
30
atest extension --output /usr/local/bin --registry ghcr.io etcd
31
31
atest extension --output /usr/local/bin --registry ghcr.io mongodb
32
32
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import (
19
19
"strings"
20
20
21
21
"google.golang.org/protobuf/types/known/timestamppb"
22
-
23
22
"github.com/linuxsuren/api-testing/pkg/testing"
24
23
"github.com/linuxsuren/api-testing/pkg/util"
25
24
)
You can’t perform that action at this time.
0 commit comments