mirror of
https://github.com/muety/wakapi.git
synced 2025-12-06 06:22:41 -08:00
remove console.log's
This commit is contained in:
@@ -30,7 +30,6 @@ script:post-response {
|
||||
});
|
||||
|
||||
test("Sets cookie", function () {
|
||||
console.log(1213)
|
||||
res.headers["set-cookie"].some(str => str.includes("wakapi_auth="));
|
||||
});
|
||||
}
|
||||
|
||||
@@ -43,8 +43,6 @@ script:pre-request {
|
||||
const readApiKey = bru.getCollectionVar('READUSER_API_KEY')
|
||||
const writeApiKey = bru.getCollectionVar('WRITEUSER_API_KEY')
|
||||
|
||||
console.log(readApiKey)
|
||||
|
||||
if (!readApiKey || !writeApiKey) {
|
||||
throw new Error('no api key given')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user