We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fe07a commit d9d3cdaCopy full SHA for d9d3cda
tests/MainTest.php
@@ -29,6 +29,6 @@ public function test_auth_user()
29
$result = $tfa->authUser($userToken);
30
31
$this->assertTrue(isset($result['status']));
32
- $this->assertTrue(isset($result['user']));
+ $this->assertTrue(isset($result['data']));
33
}
34
0 commit comments