Skip to content

Commit bd47d1c

Browse files
committed
chore(test): format dict in test
1 parent ae7ce81 commit bd47d1c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/test_testing/test_event.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
@pytest.fixture()
88
def app():
99
app = Flask("test")
10-
app.config.update(
11-
{
12-
"TESTING": True,
13-
}
14-
)
10+
app.config.update({"TESTING": True})
1511
yield app
1612

1713

0 commit comments

Comments
 (0)