Skip to content

Commit 34809d0

Browse files
committed
fix test for same commit
1 parent 716990c commit 34809d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/pull_status_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@ func TestPullCreate_EmptyChangesWithSameCommits(t *testing.T) {
152152
doc := NewHTMLParser(t, resp.Body)
153153

154154
text := strings.TrimSpace(doc.doc.Find(".merge-section").Text())
155-
assert.Contains(t, text, "This branch is equal with the target branch.")
155+
assert.Contains(t, text, "This branch is already included in the target branch. There is nothing to merge.")
156156
})
157157
}

0 commit comments

Comments
 (0)