GitlabCI fix some tests

This commit is contained in:
Gioacchino Mazzurco 2020-04-07 23:05:40 +02:00
parent a95b99dcb4
commit 8303f42af0
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
2 changed files with 5 additions and 8 deletions

View file

@ -313,7 +313,8 @@ extern RsAccounts* rsAccounts;
class RsLoginHelper
{
public:
RsLoginHelper() {}
RsLoginHelper() = default;
/**
* @brief Normal way to attempt login
* @jsonapi{development,manualwrapper}