Skip to content

Commit

Permalink
Merge branch '1.8' into 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Dec 7, 2024
2 parents 2699b0f + 4c755dd commit b35abe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/qxmppmixmanager/tst_qxmppmixmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1687,10 +1687,10 @@ void tst_QXmppMixManager::testError(QXmppTask<T> &task, TestClient &client, cons
{
client.ignore();
client.inject(u"<iq id='%1' from='%2' type='error'>"
"<error type='cancel'>"
"<not-allowed xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>"
"</error>"
"</iq>"_s
u"<error type='cancel'>"
u"<not-allowed xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>"
u"</error>"
u"</iq>"_s
.arg(id, from));

expectFutureVariant<QXmppError>(task);
Expand Down

0 comments on commit b35abe4

Please sign in to comment.