Skip to content

Commit

Permalink
v3(services): update test for error message change
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Feb 10, 2021
1 parent cdd8427 commit 6428095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/v7/isolated/rename_service_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ var _ = Describe("rename-service command", func() {
Say(`Renaming service %s to %s in org %s / space %s as %s...\n`, currentName, newName, orgName, spaceName, username),
Say(`FAILED\n`),
))
Expect(session.Err).To(Say(`The service instance name is taken: %s\n`, newName))
Expect(session.Err).To(Say(`The service instance name is taken: %s\.\n`, newName))
})
})
}
Expand Down

0 comments on commit 6428095

Please sign in to comment.