Skip to content

Commit

Permalink
Remove trailing space in utils spec to fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
token-cjg committed Nov 6, 2024
1 parent 1c88245 commit 6398db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/utils_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6398db6

Please sign in to comment.