From 767776988e80c4a6e5f0cf8259f962c03a58da7d Mon Sep 17 00:00:00 2001 From: Nemo Godebski Pedersen <60814891+nemozak1@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:29:32 +0000 Subject: [PATCH] Delete src/test/integration/playwright/.auth directory --- .../integration/playwright/.auth/user.json | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/test/integration/playwright/.auth/user.json diff --git a/src/test/integration/playwright/.auth/user.json b/src/test/integration/playwright/.auth/user.json deleted file mode 100644 index ba8976b..0000000 --- a/src/test/integration/playwright/.auth/user.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "cookies": [ - { - "name": "connect.sid", - "value": "s%3Aow7WG7x84XDjOz1bhuLk2ZHI7SGdWOQ1.1NuswrPoiYfdfCH6a17hRt9X06%2B8e2Du5W%2BjJemFzXs", - "domain": "localhost", - "path": "/", - "expires": 1742994012.655226, - "httpOnly": true, - "secure": false, - "sameSite": "Lax" - }, - { - "name": "JSESSIONID", - "value": "node018vw6hkksmti7yt5eyknrmkpd339443.node0", - "domain": "apisandbox.openbankproject.com", - "path": "/", - "expires": -1, - "httpOnly": true, - "secure": true, - "sameSite": "Lax" - } - ], - "origins": [] -} \ No newline at end of file