Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich committed Jan 16, 2018
1 parent 83aac29 commit 590bbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ def test_docker_parmounts(tmpdir,basic_localfs_state, docker_env_parmounts):
environment = docker_env_parmounts.spec['environment']

parameters, state = finalize_inputs(TypedLeafs({'outputfile': '{workdir}/hello.txt'}), state)
env = handlers[environment['environment_type']]['default'](environment,parameters,state)
env = handlers[environment['environment_type']]['default'](environment,parameters,state)
assert env['par_mounts'][0]['mountcontent'] == '"{}"'.format(parameters['outputfile'])

0 comments on commit 590bbb1

Please sign in to comment.