Skip to content
Commit 4025b3d4 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

StatusJob: remove pointless (and actually wrong) Q_ASSERT

The else branch would get evaluated when OK STATUS response
is parsed and it wrongly assumed that to be an error situation,
while that's a completely valid case.

Secondly we should not assert on (unexpected) responses from the
network, as any kinds of error might occur.

I'm wondering how nobody else is hitting this assert in production
and we are only seeing this on the CI.
parent 7d2aebd6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment