mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-08 17:08:17 +01:00
Update hbapiaddprj_test.go
fix go vet ./... tests/apitests/hbapiaddprj_test.go:12: Println call ends with newline
This commit is contained in:
parent
2b8eb8636c
commit
5c500cf4a1
@ -9,7 +9,7 @@ import (
|
||||
|
||||
func TestAddProject(t *testing.T) {
|
||||
|
||||
fmt.Println("Test for Project Add (ProjectsPost) API\n")
|
||||
fmt.Println("Test for Project Add (ProjectsPost) API")
|
||||
assert := assert.New(t)
|
||||
|
||||
apiTest := HarborAPI.NewHarborAPI()
|
||||
|
Loading…
Reference in New Issue
Block a user