Skip to content

Commit d81be05

Browse files
reidmitBrian Cunnie
and
Brian Cunnie
committed
v7: Temporarily fix table_alignment_test by using untranslated string
See TODO comment in this commit. Co-authored-by: Reid Mitchell <[email protected]> Co-authored-by: Brian Cunnie <[email protected]>
1 parent 1e7768d commit d81be05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integration/v7/isolated/table_alignment_test.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ var _ = Describe("table alignment", func() {
4545
username, _ := helpers.GetCredentials()
4646
session := helpers.CFWithEnv(map[string]string{"LANG": "ja-JP.utf8"}, "target")
4747
Eventually(session).Should(Say("API エンドポイント: %s", apiURL))
48-
Eventually(session).Should(Say(`API バージョン: [\d.]+`))
48+
// TODO: "version" here should be translated for all languages. We have translation resources for "api version"
49+
// (lowercase), which is what this said in V6, but we don't yet have them for "API version" (uppercase).
50+
Eventually(session).Should(Say(`API version: [\d.]+`))
4951
Eventually(session).Should(Say("ユーザー: %s", username))
5052
Eventually(session).Should(Say("組織: %s", ReadOnlyOrg))
5153
Eventually(session).Should(Say("スペース: %s", ReadOnlySpace))

0 commit comments

Comments
 (0)