File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class PubSubEventHandlingTest extends TestCase
1212 #[Test]
1313 public function it_will_return_403_on_unauthorized_pubsub_request ()
1414 {
15- $ data = json_decode (file_get_contents (dirname (__DIR__ , 2 ) . '/dummies/message.json ' ), true );
15+ $ data = json_decode (file_get_contents (dirname (__DIR__ , 2 ). '/dummies/message.json ' ), true );
1616
1717 $ this ->postJson ('/gcr-worker/pub-sub/event-handler ' , $ data )
1818 ->assertStatus (403 );
@@ -25,7 +25,7 @@ public function it_can_handle_pubsub_invocation_as_expected()
2525
2626 config (['gcr-worker.allow_event_invocation ' => true ]);
2727
28- $ data = json_decode (file_get_contents (dirname (__DIR__ , 2 ) . '/dummies/message.json ' ), true );
28+ $ data = json_decode (file_get_contents (dirname (__DIR__ , 2 ). '/dummies/message.json ' ), true );
2929
3030 self ::assertNull (Cache::get ('dummy-job-status ' ));
3131
You can’t perform that action at this time.
0 commit comments