Skip to content

Commit

Permalink
fixed UT
Browse files Browse the repository at this point in the history
  • Loading branch information
vitsafronovici committed Jul 16, 2024
1 parent f3725ef commit be67dd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scm/driver/bitbucket/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func TestGitListTags(t *testing.T) {
File("testdata/tags.json")

client, _ := New("https://api.bitbucket.org")
got, res, err := client.Git.ListTags(context.Background(), "atlassian/atlaskit", scm.ListOptions{Page: 1, Size: 30})
got, _, err := client.Git.ListTags(context.Background(), "atlassian/atlaskit", scm.ListOptions{Page: 1, Size: 30})
if err != nil {
t.Error(err)
}
Expand All @@ -264,7 +264,6 @@ func TestGitListTags(t *testing.T) {
t.Log(diff)
}

t.Run("Page", testPage(res))
}

func TestGitListChanges(t *testing.T) {
Expand Down

0 comments on commit be67dd5

Please sign in to comment.