diff --git a/pkg/gps/Tests/GpsProducerTest.php b/pkg/gps/Tests/GpsProducerTest.php index 9e39078e4..a677e1328 100644 --- a/pkg/gps/Tests/GpsProducerTest.php +++ b/pkg/gps/Tests/GpsProducerTest.php @@ -33,8 +33,11 @@ public function testShouldSendMessage() $gtopic ->expects($this->once()) ->method('publish') - ->with($this->identicalTo(['data' => '{"body":"","properties":[],"headers":[]}'])) - ; + ->with($this->identicalTo([ + 'data' => '{"body":"","properties":[],"headers":[]}', + 'attributes' => [], + ]) + ); $client = $this->createPubSubClientMock(); $client