From 0e01ecbd1a8e1110352db3f3df66612b5b045196 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 3 Nov 2019 00:47:18 +0100 Subject: [PATCH] fix(core): update --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index f3f3d6b..f23b72f 100644 --- a/test/test.ts +++ b/test/test.ts @@ -30,7 +30,7 @@ tap.test('should send a message to Elasticsearch', async () => { runtime: 'node', zone: 'ship.zone' }, - message: 'hi, this is a testMessage' + message: 'GET https://myroute.to.a.cool.destination/sorare?hello=there' }); });