Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
jc-fireball committed Dec 28, 2015
1 parent ae7082e commit acad054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/trace/test_zipkin_trace.py
Expand Up @@ -256,5 +256,6 @@ def hello(request):
trace=True,
)

assert count[0] == (yield f)
count = yield f
assert count == 3
assert test_trace_hook.invalid_traceflag == 0

0 comments on commit acad054

Please sign in to comment.