Fix test flakiness caused by double-pushing

GsaCommunicationHandler.start() recently started pushing docIds, which
was previously done in Application.main(). This caused a double-push
that would cause the test's push to sometimes return false even though
things had started correctly.
1 file changed