Skip to content

Commit

Permalink
Update translate test
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed Nov 28, 2018
1 parent fa2426d commit be61b13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/functional/translate/test_import_terminology.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ def test_import_terminology_with_no_file(self):
cmdline += ' --name myterminology --merge-strategy OVERWRITE'
cmdline += ' --terminology-data Format=TMX'
stdout, stderr, rc = self.run_cmd(cmdline, expected_rc=2)
self.assertIn(
'the following arguments are required: --data-file', stderr
)
self.assertIn('--data-file', stderr)

def test_import_terminology_with_no_format(self):
cmdline = self.prefix
Expand Down

0 comments on commit be61b13

Please sign in to comment.