From feebb9134479e1cec024f81b1390b99b10bd571c Mon Sep 17 00:00:00 2001 From: Tom Pereira Date: Sun, 9 Feb 2025 15:09:52 +0000 Subject: [PATCH] lint --- source/platforms/_tests/fixtures/bbc-dsl-input.json | 3 ++- source/platforms/_tests/fixtures/bbs-dsl-input.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/source/platforms/_tests/fixtures/bbc-dsl-input.json b/source/platforms/_tests/fixtures/bbc-dsl-input.json index ef8bdfae5..d24a73674 100644 --- a/source/platforms/_tests/fixtures/bbc-dsl-input.json +++ b/source/platforms/_tests/fixtures/bbc-dsl-input.json @@ -2542,7 +2542,8 @@ "settings": { "github": { "accessToken": "12345", - "additionalHeaders": {} + "additionalHeaders": {}, + "baseURL": "https://api.github.com" }, "cliArgs": {} } diff --git a/source/platforms/_tests/fixtures/bbs-dsl-input.json b/source/platforms/_tests/fixtures/bbs-dsl-input.json index aa8549c62..4f6c6e773 100644 --- a/source/platforms/_tests/fixtures/bbs-dsl-input.json +++ b/source/platforms/_tests/fixtures/bbs-dsl-input.json @@ -1087,7 +1087,8 @@ "settings": { "github": { "accessToken": "12345", - "additionalHeaders": {} + "additionalHeaders": {}, + "baseURL": "https://api.github.com" }, "cliArgs": {} }