Skip to content

Commit 9061572

Browse files
committed
fix
1 parent 6078049 commit 9061572

File tree

2 files changed

+43
-13
lines changed

2 files changed

+43
-13
lines changed

.idea/workspace.xml

+42-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/goApi_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func TestStartScan(t *testing.T) {
1212
ctx, cancel := context.WithTimeout(context.Background(), time.Minute * 30)
1313
defer cancel()
1414
ips := make([]string, 0)
15-
ips = append(ips,"172.31.10.10")
15+
ips = append(ips,"xxxx.xxx")
1616

1717
//remote host
1818
// not http://172.31.13.199:8361/

0 commit comments

Comments
 (0)