Skip to content

Commit 61c050c

Browse files
authored
translate: make test generic
Fix: #3381
1 parent b931a60 commit 61c050c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/cloud-client/quickstart_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
def test_quickstart(capsys):
2121
quickstart.run_quickstart()
2222
out, _ = capsys.readouterr()
23-
assert u'Привет, мир!' in out
23+
assert u'Translation' in out

0 commit comments

Comments
 (0)