Spell-correction for e2e_errors

Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
alex-z 2024-01-17 15:27:55 +01:00 committed by backportbot[bot]
parent 74d3ac58be
commit 2b7bec5276
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
namespace
{
constexpr auto statusReportCategoryE2eErrors = "e2e_errors";
constexpr auto statusReportCategoryE2eErrors = "e2ee_errors";
constexpr auto statusReportCategoryProblems = "problems";
constexpr auto statusReportCategorySyncConflicts = "sync_conflicts";
constexpr auto statusReportCategoryVirus = "virus_detected";

View File

@ -109,7 +109,7 @@ private slots:
QCOMPARE(virusDetectedErrorsReceived.value("count"), 3);
// we must have 2 e2ee errors
const auto e2eeErrorsReceived = bodyReceivedAndParsed.value("e2e_errors").toMap();
const auto e2eeErrorsReceived = bodyReceivedAndParsed.value("e2ee_errors").toMap();
QVERIFY(!e2eeErrorsReceived.isEmpty());
QCOMPARE(e2eeErrorsReceived.value("count"), 2);