Fixes Assertion for older Laravel version.
This commit is contained in:
@@ -186,6 +186,6 @@ class CreatorTest extends TestCase
|
||||
'public_key' => 'test',
|
||||
])->save();
|
||||
|
||||
$this->response()->assertJsonMissingPath('excludeCredentials');
|
||||
$this->response()->assertJsonMissing(['excludeCredentials']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user