owncloud / twofactor_totp

🔑 Second factor TOTP (Google Authenticator) provider for ownCloud
GNU Affero General Public License v3.0
9 stars 9 forks source link

webUI test related to Guests failing in nightly #287

Closed SwikritiT closed 1 year ago

SwikritiT commented 1 year ago

the webUI test related to Guest is failing

 Given user "Alice" has been created with default attributes and without skeleton files # FeatureContext::userHasBeenCreatedWithDefaultAttributesAndWithoutSkeletonFiles()
    And the administrator has created guest user "guest" with email "guest@example.com"    # GuestsContext::theAdministratorHasCreatedAGuestUser()
      The HTTP status code 422 is not between 200 and 299
      Failed asserting that 422 is equal to 299 or is less than 299.

Build link: https://drone.owncloud.com/owncloud/twofactor_totp/2190/22/16

SwikritiT commented 1 year ago

Related to this: https://github.com/owncloud/guests/issues/580

SagarGi commented 1 year ago

is fixed by this PR https://github.com/owncloud/guests/pull/581