Skip to content

Commit e73c324

Browse files
committed
To clean
1 parent afdd141 commit e73c324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Preparator/Error401PreparatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function getData(): iterable
123123
->setHeaders([
124124
'Authorization' => 'Bearer ' . JWT::encode([
125125
'test' => 1234,
126-
], hash('sha3', 'abcd'), Error401Preparator::ALG),
126+
], 'abcd', Error401Preparator::ALG),
127127
])
128128
->setResponse(ResponseExample::create('401'))
129129
),

0 commit comments

Comments
 (0)