Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5ab8ad

Browse files
committed
Removing a print statement
1 parent dc05aad commit f5ab8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/task_router/test_capability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_defaults(self):
109109
}
110110

111111
]
112-
print decoded['policies']
112+
113113
self.assertEqual(expected, decoded['policies'])
114114

115115
def test_allow_worker_activity_updates(self):

0 commit comments

Comments
 (0)