1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

fix linter

This commit is contained in:
gepd 2022-06-22 20:45:33 -04:00 committed by GitHub
parent addfae2f46
commit 020e08143e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2180,9 +2180,9 @@ trait DatabaseBase
$this->assertEquals($movies['headers']['status-code'], 201);
$this->assertEquals($movies['body']['name'], 'Movies');
$moviesId = $movies['body']['$id'];
// create attribute
$title = $this->client->call(Client::METHOD_POST, '/database/collections/' . $moviesId . '/attributes/string', array_merge([
'content-type' => 'application/json',
@ -2264,4 +2264,4 @@ trait DatabaseBase
return [];
}
}
}