mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
Update hbapisearch_test.go
go vet ./... tests/apitests/hbapisearch_test.go:11: Println call ends with newline
This commit is contained in:
parent
3157559c4e
commit
c6f1d1f0b0
@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
func TestSearch(t *testing.T) {
|
||||
fmt.Println("Test for Search (SearchGet) API\n")
|
||||
fmt.Println("Test for Search (SearchGet) API")
|
||||
assert := assert.New(t)
|
||||
|
||||
apiTest := HarborAPI.NewHarborAPI()
|
||||
|
Loading…
Reference in New Issue
Block a user