aboutsummaryrefslogtreecommitdiff
path: root/src/tests/utils.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-15 02:25:59 +0000
committerFuwn <[email protected]>2022-01-15 02:25:59 +0000
commitf08230b5490b327ed8d98dcebcbc5eca5c5d2859 (patch)
tree7d7494b1c41a81e736267fceebbfe99410c6b15d /src/tests/utils.js
parentMerge branch 'master' of github.com:WeebDev/lolisafe (diff)
downloadhost.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.tar.xz
host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.zip
chore: chibisafe -> Hostess
Diffstat (limited to 'src/tests/utils.js')
-rw-r--r--src/tests/utils.js2
1 files changed, 1 insertions, 1 deletions
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'
}
}
});