Skip to content

Commit

Permalink
fixes examples
Browse files Browse the repository at this point in the history
  • Loading branch information
avarabyeu committed Dec 15, 2020
1 parent 67098bb commit 1a5cbda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gorp/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

func ExampleClient() {
client := NewClient("http://dev.epm-rpp.projects.epam.com:8080", "default_personal", "cf37d519-d79a-4064-8110-c51f219baeae")
client := NewClient("xxx", "xxx", "xxx")

launchUUID, _ := uuid.NewV4()
launch, err := client.StartLaunch(&StartLaunchRQ{
Expand Down Expand Up @@ -75,7 +75,6 @@ func ExampleClient() {
})
checkErr(err, "unable to finish launch")

// Output:
}

func checkErr(err error, msg string) {
Expand Down

0 comments on commit 1a5cbda

Please sign in to comment.