From 6398db67486673bff29736726b4a70d80d27bd46 Mon Sep 17 00:00:00 2001 From: Christopher Goddard Date: Thu, 7 Nov 2024 08:58:52 +1100 Subject: [PATCH] Remove trailing space in utils spec to fix linting --- spec/utils_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/utils_spec.js b/spec/utils_spec.js index cc0bb5f..8e27b02 100644 --- a/spec/utils_spec.js +++ b/spec/utils_spec.js @@ -165,7 +165,7 @@ describe('Utils', () => { beforeEach(() => { appId = '1' }) - + it('should append the app id to the user agent', () => { const headers = { 'User-Agent': 'Mozilla/5.0' } const updatedHeaders = Utils.updateUserAgentWithAppId(headers, appId)