Skip to content
Snippets Groups Projects
Commit 4c6b4621 authored by Tim Jaacks's avatar Tim Jaacks
Browse files

wait_until_merge_status_is_set: always query merge request

The function used to rely on the given merge request object without
checking its current state. If the given object was not in one of the
"unchecked" states, it returned immediately. The state, however, could
have changed between its last query and the call of this function, so
it now checks the state first before deciding anything.
parent dfc6204a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment