From f08230b5490b327ed8d98dcebcbc5eca5c5d2859 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 15 Jan 2022 02:25:59 +0000 Subject: chore: chibisafe -> Hostess --- src/tests/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/utils.js b/src/tests/utils.js index 3634ed9..5bec660 100644 --- a/src/tests/utils.js +++ b/src/tests/utils.js @@ -3,7 +3,7 @@ const instance = axios.create({ baseURL: 'http://localhost:5000', headers: { common: { - accept: 'application/vnd.chibisafe.json' + accept: 'application/vnd.hostess.json' } } }); -- cgit v1.2.3