Skip to content

Commit b002220

Browse files
committed
cmd/mr_note_test.go: Fix mrCommentSlashDiscussionDumpsterID
The existing mrCommentSlashDiscussionDumpsterID MR, 3953, is now reporting errors mr_discussion.go:174: POST https://gitlab.com/api/v4/projects/lab-testing/test/merge_requests/3953/discussions: 400 {message: 400 Bad request - Note {:base=>["Maximum number of comments exceeded"]} Create a new MR for testing notes and discussions. Signed-off-by: Prarit Bhargava <prarit@redhat.com>
1 parent a4e5ba9 commit b002220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/mr_note_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
// #3952 is not special, it's just a place to dump discussions as mr #1 filled up, long term should update the tests clean up what they create
15-
const mrCommentSlashDiscussionDumpsterID = "3953"
15+
const mrCommentSlashDiscussionDumpsterID = "12332"
1616

1717
func Test_mrCreateNote(t *testing.T) {
1818
tests := []struct {

0 commit comments

Comments
 (0)