aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/__tests__/ducks
diff options
context:
space:
mode:
authorMatthew Shao <me@matshao.com>2017-05-18 10:42:06 +0800
committerMatthew Shao <me@matshao.com>2017-05-18 10:42:06 +0800
commitd902b851c8ba9a9de1e8486cc9348d69a7e0dd08 (patch)
tree2b8f0377c579f7bfae66c11ae83b367362bb437f /web/src/js/__tests__/ducks
parentd290be23273be8ac719f8eceb039edd7101006fc (diff)
downloadmitmproxy-d902b851c8ba9a9de1e8486cc9348d69a7e0dd08.tar.gz
mitmproxy-d902b851c8ba9a9de1e8486cc9348d69a7e0dd08.tar.bz2
mitmproxy-d902b851c8ba9a9de1e8486cc9348d69a7e0dd08.zip
[web] Minor fixes for component tests.
Diffstat (limited to 'web/src/js/__tests__/ducks')
-rw-r--r--web/src/js/__tests__/ducks/tutils.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/src/js/__tests__/ducks/tutils.js b/web/src/js/__tests__/ducks/tutils.js
index 70992bcb..f140222d 100644
--- a/web/src/js/__tests__/ducks/tutils.js
+++ b/web/src/js/__tests__/ducks/tutils.js
@@ -10,9 +10,9 @@ export function createStore(parts) {
export function TFlow(intercepted=false, marked=false, modified=false) {
return {
- intercepted : intercepted,
- marked : marked,
- modified: modified,
+ intercepted ,
+ marked,
+ modified,
id: "foo",
request: {
scheme: 'http',