Skip to content

Commit 493268e

Browse files
committed
cmd/mr_list_test: change MR number to match current
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 <bmeneg@redhat.com>
1 parent 4375ffb commit 493268e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/mr_list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func Test_mrFilterByTargetBranch(t *testing.T) {
154154
}
155155

156156
var (
157-
latestCreatedTestMR = "!1447 Test for mr approval rules"
157+
latestCreatedTestMR = "!1476 create mr request"
158158
latestUpdatedTestMR = "!329 MR for assign and review commands"
159159
)
160160

0 commit comments

Comments
 (0)