From b6ff920dff2b964d04d875ac3c8c32e0b35f81ea Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Tue, 25 Jan 2022 18:32:35 +0100 Subject: tests: PubSubManager: Correct JID for 'testFetchNodes()' The other XML string contained a different from attribute --- tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp b/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp index 8eadc895..3097b608 100644 --- a/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp +++ b/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp @@ -242,8 +242,8 @@ void tst_QXmppPubSubManager::testFetchNodes() { auto [test, psManager] = Client(); - auto future = psManager->fetchNodes("pepuser@qxmpp.org"); - test.expect(""); + auto future = psManager->fetchNodes("pubsub.shakespeare.lit"); + test.expect(""); test.inject(QStringLiteral("" "" "" -- cgit v1.2.3