mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
update
This commit is contained in:
parent
4e45e3299f
commit
a6f5603efd
3 changed files with 6 additions and 6 deletions
|
@ -29,12 +29,12 @@ class HostingSubscriptionWithNodeJSCreateTest extends ActionTestCase
|
|||
'api.hosting-subscriptions.store',
|
||||
ApiKeyMiddleware::class
|
||||
);
|
||||
//
|
||||
// $this->assertRouteContainsMiddleware(
|
||||
// 'api.hosting-subscriptions.update',
|
||||
// ApiKeyMiddleware::class
|
||||
// );
|
||||
//
|
||||
|
||||
$this->assertRouteContainsMiddleware(
|
||||
'api.hosting-subscriptions.update',
|
||||
ApiKeyMiddleware::class
|
||||
);
|
||||
|
||||
// $this->assertRouteContainsMiddleware(
|
||||
// 'api.hosting-subscriptions.destroy',
|
||||
// ApiKeyMiddleware::class
|
||||
|
|
Loading…
Reference in a new issue