mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Spell-correction for e2e_errors
Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
parent
049d3e9df3
commit
6791cc6365
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue