From bf248c3f2f94878bed32db337cc6814461652882 Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Sun, 1 Feb 2026 19:58:01 +0700 Subject: [PATCH] update creds --- tests/api/01-generation-basic.rest | 5 +++-- tests/api/02-basic.rest | 5 ++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/tests/api/01-generation-basic.rest b/tests/api/01-generation-basic.rest index 72e3482..891232c 100644 --- a/tests/api/01-generation-basic.rest +++ b/tests/api/01-generation-basic.rest @@ -1,5 +1,6 @@ -@base = http://localhost:3000 -@apiKey = bnt_727d2f4f72bd03ed96da5278bb971a00cb0a2454d4d70f9748b5c39f3f69d88d +# @base = http://localhost:3000 +@base = https://api.banatie.app +@apiKey = bnt_e6eb544c505922b9bfe5b088e067fc3940efff16b1b88585c5518946630d4a66 ############################################################################### # BASIC GENERATION TESTS diff --git a/tests/api/02-basic.rest b/tests/api/02-basic.rest index d4f4168..e1b5da0 100644 --- a/tests/api/02-basic.rest +++ b/tests/api/02-basic.rest @@ -1,5 +1,8 @@ @base = http://localhost:3000 -@apiKey = bnt_727d2f4f72bd03ed96da5278bb971a00cb0a2454d4d70f9748b5c39f3f69d88d +# @base = https://api.banatie.app +# @apiKey = bnt_e6eb544c505922b9bfe5b088e067fc3940efff16b1b88585c5518946630d4a66 + +@apiKey = bnt_f4fcf12c7b62a48dd660dcebccc744d4e668f66ffdf54b873c4ee866c0008763 ############################################################################### # IMAGE UPLOAD & CRUD TESTS