Skip to content

Commit

Permalink
Fixup error introduced in SUNET#227
Browse files Browse the repository at this point in the history
  • Loading branch information
pboers1988 committed Feb 24, 2022
1 parent e0a0d55 commit 52f5b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cnaas_nms/db/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def sqla_session(**kwargs):

@contextmanager
def sqla_test_session(**kwargs):
session = Session()
session = _get_session()
try:
yield session
session.flush()
Expand Down

0 comments on commit 52f5b02

Please sign in to comment.