Fix ownyourswarm checkins (closes issue #93)
Squashed commit of the following: commit b9716fc406664a58ce506aa419f978853d698eff Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Sat Jan 26 15:30:43 2019 +0000 Location and checkin aren’t part of the properties anymore
This commit is contained in:
parent
11a26e80e0
commit
acbb04f5a9
3 changed files with 130 additions and 80 deletions
|
@ -353,14 +353,14 @@ class MicropubControllerTest extends TestCase
|
|||
'type' => ['h-entry'],
|
||||
'properties' => [
|
||||
'content' => [$note],
|
||||
'location' => [[
|
||||
'type' => ['h-card'],
|
||||
'properties' => [
|
||||
'name' => ['Awesome Venue'],
|
||||
'latitude' => ['1.23'],
|
||||
'longitude' => ['4.56'],
|
||||
],
|
||||
]],
|
||||
],
|
||||
'location' => [
|
||||
'type' => ['h-card'],
|
||||
'properties' => [
|
||||
'name' => ['Awesome Venue'],
|
||||
'latitude' => ['1.23'],
|
||||
'longitude' => ['4.56'],
|
||||
],
|
||||
],
|
||||
],
|
||||
['HTTP_Authorization' => 'Bearer ' . $this->getToken()]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue