Skip to content

Commit

Permalink
mr_list_test: update the last created MR
Browse files Browse the repository at this point in the history
A new MR was created in the live test repo to accomodate a new feature being
implemented for the CI subcommands (the --passed flag). This MR will be used
for testing purposes and need to be set as the latest MR for the mr_list
testing code.

Signed-off-by: Bruno Meneguele <bmeneg@redhat.com>
  • Loading branch information
bmeneg committed Oct 28, 2021
1 parent 2519cdf commit 773498d
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 @@ -124,7 +124,7 @@ func Test_mrFilterByTargetBranch(t *testing.T) {
}

var (
latestCreatedTestMR = "!740 MR to test close/reopen"
latestCreatedTestMR = "!968 README: dummy commit for CI tests"
latestUpdatedTestMR = "!329 MR for assign and review commands"
)

Expand Down

0 comments on commit 773498d

Please sign in to comment.