Skip to content

Commit

Permalink
Merge pull request #43 from sotanodroid/patch-1
Browse files Browse the repository at this point in the history
Update README.MD
  • Loading branch information
siller174 authored May 31, 2023
2 parents c5de844 + a6d448e commit ab98a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ type ExampleSuite struct {

func (i *ExampleSuite) BeforeAll(t provider.T) {
// Prepare http test builder
i.testMaker = cute.NewHTTPTestMakerSuite()
i.testMaker = cute.NewHTTPTestMaker()

// Preparing host
host, err := url.Parse("https://jsonplaceholder.typicode.com/")
Expand Down

0 comments on commit ab98a80

Please sign in to comment.