Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Commit

Permalink
e2e: Fixed ssl_server typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashcrow authored and mbarnes committed Dec 15, 2016
1 parent 8a3a75e commit b3d3090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def after_tag(context, tag):
Special steps after a tagged test runs.
"""
if tag == 'clientcert':
stop_process(context, context.PROCESSES['ssl-server'])
stop_process(context, context.PROCESSES['ssl_server'])


def before_all(context):
Expand Down

0 comments on commit b3d3090

Please sign in to comment.