Skip to content

Commit

Permalink
add missing field to test
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonj1 committed Oct 10, 2024
1 parent 3ac57b9 commit 1bdf26e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions services_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,11 @@ func TestSetHarborService(t *testing.T) {
})

opt := &SetHarborServiceOptions{
URL: Ptr("url"),
ProjectName: Ptr("project"),
Username: Ptr("user"),
Password: Ptr("pass"),
URL: Ptr("url"),
ProjectName: Ptr("project"),
Username: Ptr("user"),
Password: Ptr("pass"),
UseInheritedSettings: Ptr(false),
}

_, err := client.Services.SetHarborService(1, opt)
Expand Down

0 comments on commit 1bdf26e

Please sign in to comment.