Skip to content

Commit

Permalink
Update service/utils/rabbitmq.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Szendrey <[email protected]>
  • Loading branch information
mwdchang and Tom-Szendrey authored Dec 17, 2024
1 parent 58698ae commit eec0f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/utils/rabbitmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_new_rabbit_conn():
)
return connection

# FIXME: Nasty temp hack to get around weird test setup that depends on connection to fail
# FIXME: https://github.com/DARPA-ASKEM/pyciemss-service/issues/128 Nasty temp hack to get around weird test setup that depends on connection to fail
conn_dummy = get_new_rabbit_conn()
conn_dummy.close()

Expand Down

0 comments on commit eec0f59

Please sign in to comment.