Skip to content

Commit 78c782b

Browse files
committed
Adjust test to match actual values in fixtures
1 parent 1fcca72 commit 78c782b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('Example WebPageTest for Specs', function() {
3232
runs: 3,
3333
waitResults: '127.0.0.1:8000',
3434
medianMetric: 'TTFB',
35-
specs: '{"defaults":{"suiteName":"WPT test of test (not really an error)"},"median":{"firstView":{"render":300,"TTFB":100,"loadTime":4000}}}',
35+
specs: '{"defaults":{"suiteName":"WPT test of test (not really an error)"},"median":{"firstView":{"render":800,"TTFB":600,"loadTime":4000}}}',
3636
reporter: 'min'
3737
}, function(err) {
3838
assert.equal(err, 2);

0 commit comments

Comments
 (0)