Skip to content

Commit

Permalink
Fix typo in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkleiven committed Feb 24, 2020
1 parent 157cdec commit b7f6299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/test_mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def start_pg_container():
Requires the "mysql_test" image. If this does not yet exist, run
docker build -t postgresql_test - < fixtures/Dockerfile.mysql
docker build -t mysql_test - < fixtures/Dockerfile.mysql
"""
global ctr, dkr
env = docker.utils.kwargs_from_env(assert_hostname=False)
Expand Down

0 comments on commit b7f6299

Please sign in to comment.