mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-23 07:27:49 +00:00
Remove exit code assertion from push failing as it is undefined.
This commit is contained in:
parent
9245037abf
commit
d1156cb812
1 changed files with 0 additions and 1 deletions
|
@ -330,7 +330,6 @@ public class WLGitBridgeIntegrationTest {
|
|||
|
||||
int pushExitCode = gitPush.waitFor();
|
||||
wlgb.stop();
|
||||
assertEquals(1, pushExitCode);
|
||||
assertEquals(EXPECTED_OUT_PUSH_FAIL_FIRST_STAGE, Util.fromStream(gitPush.getErrorStream(), 2));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue