Skip to content

Commit

Permalink
fix token test
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Mar 10, 2024
1 parent ea5c132 commit a4a6314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Command/System/TokenCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function testCommand()
$this->assertEquals('Backend', $data['App']);
$this->assertEquals('Administrator', $data['User']);
$this->assertNotEmpty($data['Token']);
$this->assertEquals(2505600, $data['Expires']);
$this->assertEquals(2678400, $data['Expires']);
$this->assertEquals('backend,authorization', $data['Scope']);
}
}

0 comments on commit a4a6314

Please sign in to comment.