From 0deb3a4da2f016a46b5f9accfe2b00d701d3f082 Mon Sep 17 00:00:00 2001 From: Matt <7128721+TobiTenno@users.noreply.github.com> Date: Thu, 19 Oct 2023 22:22:06 -0500 Subject: [PATCH] ci: fix message verification --- test/warframe.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/warframe.spec.js b/test/warframe.spec.js index a914b04..2bda42f 100644 --- a/test/warframe.spec.js +++ b/test/warframe.spec.js @@ -30,7 +30,7 @@ describe('Warframe API Client', () => { const heartbeat = await new Warframe({ platform: 'pc' }).heartbeat; should.exist(heartbeat); heartbeat.should.be.an('object') - .and.to.include({ msg: 'Success', code: 200 }); + .and.to.include({ message: 'Success', code: 200 }); }); describe('platform', () => { it('should be settable', () => {