Skip to content

Commit

Permalink
Fix tests from meteor#3730 fix
Browse files Browse the repository at this point in the history
Whoops, accidentally only ran webapp tests before pushing.
  • Loading branch information
glasser committed Feb 18, 2015
1 parent 181180d commit 17fc498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/http/httpcall_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ if (Meteor.isServer) {
];

_.each(getsAppHtml, function (x) {
do_test(x, 200, /__meteor_runtime_config__ = {/);
do_test(x, 200, /__meteor_runtime_config__ = JSON/);
});
}
]);
Expand Down

0 comments on commit 17fc498

Please sign in to comment.