Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-02-10 15:05:07 +0300
committerHannah von Reth <vonreth@kde.org>2020-02-10 16:36:32 +0300
commitbc21511eecf2adb38e6a45be307d6205fe4db5d0 (patch)
tree975b118b7d484ec7854d3d9782b93d9a8d73b5fc /test
parentee57badea2153aec7dbedd1f4614debde4609f96 (diff)
[OAuth] Fix naming
Diffstat (limited to 'test')
-rw-r--r--test/testoauth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testoauth.cpp b/test/testoauth.cpp
index fca317fd9..23ad7cf4f 100644
--- a/test/testoauth.cpp
+++ b/test/testoauth.cpp
@@ -145,7 +145,7 @@ public:
oauth.reset(new OAuth(account.data(), nullptr));
QObject::connect(oauth.data(), &OAuth::result, this, &OAuthTestCase::oauthResult);
- oauth->startAuthentification();
+ oauth->startAuthentication();
QTRY_VERIFY(done());
}