Skip to content

Commit e8b3e70

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
accidently added space at wrong area, so removed now
1 parent 9d96171 commit e8b3e70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/commands/cdn/origin_add_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var _ = Describe("Cdn origin add", func() {
3131
It("Set command with an invalid output option", func() {
3232
err := testhelpers.RunCobraCommand(cliCommand.Command, "--output=xml")
3333
Expect(err).To(HaveOccurred())
34-
Expect(err.Error()).To(ContainSubstring("Incorrect Usage : Invalid output format, only JSON is supported now."))
34+
Expect(err.Error()).To(ContainSubstring("Incorrect Usage: Invalid output format, only JSON is supported now."))
3535
})
3636
It("Set command without id", func() {
3737
err := testhelpers.RunCobraCommand(cliCommand.Command)

plugin/commands/cdn/origin_list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var _ = Describe("Cdn origin list Cdn", func() {
3131
It("Set command with an invalid output option", func() {
3232
err := testhelpers.RunCobraCommand(cliCommand.Command, "123456789", "--output=xml")
3333
Expect(err).To(HaveOccurred())
34-
Expect(err.Error()).To(ContainSubstring("Incorrect Usage : Invalid output format, only JSON is supported now."))
34+
Expect(err.Error()).To(ContainSubstring("Incorrect Usage: Invalid output format, only JSON is supported now."))
3535
})
3636

3737
It("Set command with an invalid output option", func() {

0 commit comments

Comments
 (0)