Skip to content

Commit

Permalink
hot fix: update runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbenz committed May 25, 2020
1 parent 961fa48 commit eab8738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke-tests/platform/Routes.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Routes', () => {
});
it('serves logs', async () => {
const sampleLogUrl = new URL(
'?v=011907301630320&id=2y&s[]=amp-video&s[]=amp-video',
'?v=012005151844001&id=2y&s[]=amp-video&s[]=amp-video',
config.hosts.log.base
);
const response = await fetch(sampleLogUrl);
Expand Down

0 comments on commit eab8738

Please sign in to comment.