Skip to content

Commit

Permalink
fix-test: replace cakephp-mysql-{example -> persistent} in templatese…
Browse files Browse the repository at this point in the history
…rvicebroker tests
  • Loading branch information
sttts authored and deads2k committed Apr 27, 2017
1 parent 5ea7661 commit 7c0cf51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/extended/templates/templateservicebroker_e2e.go
Expand Up @@ -41,7 +41,7 @@ var _ = g.Describe("[templates] templateservicebroker end-to-end test", func() {
g.BeforeEach(func() {
var err error

template, err = cli.Client().Templates("openshift").Get("cakephp-mysql-example", metav1.GetOptions{})
template, err = cli.Client().Templates("openshift").Get("cakephp-mysql-persistent", metav1.GetOptions{})
o.Expect(err).NotTo(o.HaveOccurred())

clusterrolebinding, err = cli.AdminClient().ClusterRoleBindings().Create(&authorizationapi.ClusterRoleBinding{
Expand Down
2 changes: 1 addition & 1 deletion test/extended/templates/templateservicebroker_security.go
Expand Up @@ -43,7 +43,7 @@ var _ = g.Describe("[templates] templateservicebroker security test", func() {
g.BeforeEach(func() {
var err error

template, err = cli.Client().Templates("openshift").Get("cakephp-mysql-example", metav1.GetOptions{})
template, err = cli.Client().Templates("openshift").Get("cakephp-mysql-persistent", metav1.GetOptions{})
o.Expect(err).NotTo(o.HaveOccurred())

clusterrolebinding, err = cli.AdminClient().ClusterRoleBindings().Create(&authorizationapi.ClusterRoleBinding{
Expand Down

0 comments on commit 7c0cf51

Please sign in to comment.