Skip to content

Commit e462162

Browse files
reidmitBrian Cunnie
and
Brian Cunnie
committed
🐞: Table alignment test has correct alignment
Ten spaces not six. fixes <https://ci.cli.fun/teams/main/pipelines/V7/jobs/integration-linux/builds/1414>: ``` Got stuck at: API version: 3.83.0 ユーザー: admin 組織: INTEGRATION-ORG-48e3ff4f-385d-4922-587d-c4a9bad4af2a スペース: INTEGRATION-SPACE-aa991904-ec1d-4513-49e9-5159d366d612 Waiting for: API version: [\d.]+ /tmp/build/06eff510/go/src/code.cloudfoundry.org/cli/integration/v7/isolated/table_alignment_test.go:50 ``` Co-authored-by: Reid Mitchell <[email protected]> Co-authored-by: Brian Cunnie <[email protected]>
1 parent d81be05 commit e462162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/v7/isolated/table_alignment_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var _ = Describe("table alignment", func() {
4747
Eventually(session).Should(Say("API エンドポイント: %s", apiURL))
4848
// TODO: "version" here should be translated for all languages. We have translation resources for "api version"
4949
// (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.]+`))
50+
Eventually(session).Should(Say(`API version: [\d.]+`))
5151
Eventually(session).Should(Say("ユーザー: %s", username))
5252
Eventually(session).Should(Say("組織: %s", ReadOnlyOrg))
5353
Eventually(session).Should(Say("スペース: %s", ReadOnlySpace))

0 commit comments

Comments
 (0)