Skip to content

Commit

Permalink
formatting change
Browse files Browse the repository at this point in the history
added special formatting for special chars

[#164513508]
  • Loading branch information
Paul Nikonowicz committed Mar 11, 2019
1 parent 1f8489e commit e8b99a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pivnet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ var _ = Describe("PivnetClient", func() {
nil,
)
Expect(err).To(HaveOccurred())
Expect(err.Error()).To(ContainSubstring("could not parse json [Forbidden]"))
Expect(err.Error()).To(ContainSubstring("could not parse json [\"Forbidden\"]"))
})
})
})
Expand Down

0 comments on commit e8b99a0

Please sign in to comment.