Skip to content

Commit 0c3a46f

Browse files
committed
update asset path for <2.13 CSS files
1 parent 6edd292 commit 0c3a46f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/routing/deprecated-enterprise-versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('JS and CSS assets', () => {
181181

182182
it('returns the expected CSS file ( <2.13 )', async () => {
183183
const result = await supertest(app)
184-
.get('/stylesheets/application.css')
184+
.get('/assets/stylesheets/application.css')
185185
.set('Referrer', '/en/enterprise/2.12')
186186

187187
expect(result.statusCode).toBe(200)

0 commit comments

Comments
 (0)