Skip to content

Commit 68080f7

Browse files
committed
fix tests
1 parent 4c3ca35 commit 68080f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/github_stats/test_app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from ...test_client import ServerTest
1313

1414

15-
class TestAutoRetry(unittest.TestCase):
15+
class TestGithubStats(unittest.TestCase):
1616
@mock.patch.dict(
1717
os.environ,
1818
{
@@ -36,6 +36,7 @@ def test_foo(self):
3636
response = http_client.get("/")
3737
self.assertEqual(response.status_code, 200)
3838

39+
server.execute(app_client)
3940
server.execute(app_client)
4041

4142
self.assertEqual(len(servicer.responses), 1)

0 commit comments

Comments
 (0)