Skip to content

Commit

Permalink
fix environment.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-isaia committed Jul 16, 2022
1 parent 18ca24f commit e9d9d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integ-test/bdd-test/features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def after_all(context):
db.executeQuery(conn, selected_query)

db.closeConnection(conn)
requests.get(utils.get_refresh_config_url(context))
#requests.get(utils.get_refresh_config_url(context))


def config_ec(context):
Expand Down

0 comments on commit e9d9d94

Please sign in to comment.