Skip to content

Commit 800cd26

Browse files
Remove unused test
1 parent 164ce28 commit 800cd26

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

test/client/javascripts/location-map.test.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -649,17 +649,6 @@ describe('Location Maps Client JS', () => {
649649
})
650650
})
651651

652-
test('tile request transformer does not apply to api.os.uk requests that already have an api key', () => {
653-
const url = 'https://api.os.uk/test.js?key=abcde'
654-
const transformer = makeTileRequestTransformer(apiPath)
655-
const result = transformer(url, 'Script')
656-
657-
expect(result).toEqual({
658-
url,
659-
headers: {}
660-
})
661-
})
662-
663652
test('tile request transformer does not apply to "Style" api.os.uk requests', () => {
664653
const url = 'https://api.os.uk/test.js'
665654
const transformer = makeTileRequestTransformer(apiPath)

0 commit comments

Comments
 (0)