fixed tests

This commit is contained in:
olegphenomenon 2022-04-01 09:32:06 +03:00
parent fdf70359d1
commit 8812f8da22
20 changed files with 109 additions and 165 deletions

View file

@ -60,8 +60,8 @@ end
def headers
{
'Authorization' => "Bearer #{generate_token}",
'Content-Type' => 'application/json',
'Authorization' => "Bearer #{generate_token}",
'Content-Type' => 'application/json',
}
end