Skip to content

Commit 5a54c92

Browse files
LucasRoesleralexellis
authored andcommitted
Make sample test a noop
Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
1 parent fef5672 commit 5a54c92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/python3-flask/function/handler_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
# tox.ini file, in addition to deleting this file.
66

77
def test_handle():
8-
assert handle("input") == "input"
8+
# assert handle("input") == "input"
9+
pass

0 commit comments

Comments
 (0)