We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a534832 commit 1fbd299Copy full SHA for 1fbd299
1 file changed
tests/integration/Test.php
@@ -65,10 +65,19 @@ private function cleanupUser(string $userId): void {
65
66
67
public function testAlternativeLogins() {
68
- self::assertEquals([
+ self::assertContains([
69
[
70
- 'name' => 'Login with nextcloudci',
71
- 'href' => '/index.php/apps/user_oidc/login/1'
+ [
+ 'name' => 'Login with nextcloudci',
72
+ 'href' => '/index.php/apps/user_oidc/login/1',
73
+ ]
74
+ ],
75
76
77
78
79
+ 'class' => '',
80
81
]
82
], OC_App::getAlternativeLogIns());
83
}
0 commit comments