Skip to content

Commit

Permalink
Fix flask test base
Browse files Browse the repository at this point in the history
  • Loading branch information
MDUYN committed Jan 11, 2025
1 parent ad6257b commit 0142def
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/resources/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ def create_app(self):
self.iaf_app: App = create_app(
{
RESOURCE_DIRECTORY: self.resource_directory
}
},
web=True
)
self.market_service.balances = self.external_balances
self.market_service.orders = self.external_orders
Expand Down

0 comments on commit 0142def

Please sign in to comment.