Skip to content

Commit

Permalink
cmd/mr_note_test.go: Fix mrCommentSlashDiscussionDumpsterID
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
prarit committed Aug 10, 2023
1 parent a4e5ba9 commit b002220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mr_note_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

// #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
const mrCommentSlashDiscussionDumpsterID = "3953"
const mrCommentSlashDiscussionDumpsterID = "12332"

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

0 comments on commit b002220

Please sign in to comment.