diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-28 14:18:58 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-28 14:18:58 -0700 |
commit | 9653531242dd5f66e331fc716c4aacd1aece30c5 (patch) | |
tree | a2c0fefd9ec98e5f49faf6896c40bc1e37c33a35 /tests/http | |
parent | 07c1b4ddee1b6ba1a4399dc62c8e3c6f5367afa0 (diff) | |
download | infinitytier-9653531242dd5f66e331fc716c4aacd1aece30c5.tar.gz infinitytier-9653531242dd5f66e331fc716c4aacd1aece30c5.zip |
.
Diffstat (limited to 'tests/http')
-rw-r--r-- | tests/http/agent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/agent.js b/tests/http/agent.js index 465a2e28..53b2e9f9 100644 --- a/tests/http/agent.js +++ b/tests/http/agent.js @@ -204,7 +204,7 @@ function doTestsAndReport() }); } }); -} +}; // Agents just serve up a test payload app.get('/',function(req,res) { |