Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miniboom360 committed May 31, 2021
1 parent 9061572 commit eb6e486
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/goApi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func TestStartScan(t *testing.T) {

//remote host
// not http://172.31.13.199:8361/
g := gobyApi.NewGobyApi(ips,"http://172.31.13.199:8361","1000-6000",ctx)
g := gobyApi.NewGobyApi(ips,"http://xxxx.xxx:8361","1000-6000",ctx)

//localhost
//g := gobyApi.NewGobyApi(ips,"","1000-5000",ctx)
Expand Down

0 comments on commit eb6e486

Please sign in to comment.