Skip to content

Commit

Permalink
cmd/mr_list_test: change MR number to match current
Browse files Browse the repository at this point in the history
Unfortunately our testing infra relies on a real environment that get
updated from time to time. This commit updates the MR number to match
the test code with the actual MR live in the testing repo.

Signed-off-by: Bruno Meneguele <[email protected]>
  • Loading branch information
bmeneg committed Feb 27, 2024
1 parent 4375ffb commit 493268e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mr_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func Test_mrFilterByTargetBranch(t *testing.T) {
}

var (
latestCreatedTestMR = "!1447 Test for mr approval rules"
latestCreatedTestMR = "!1476 create mr request"
latestUpdatedTestMR = "!329 MR for assign and review commands"
)

Expand Down

0 comments on commit 493268e

Please sign in to comment.