File tree Expand file tree Collapse file tree
operator/src/test/java/it/aboutbits/postgresql/_support/testdata/persisted/creator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ private String getClusterConnectionName() {
132132
133133 var clusterConnection = given .one ()
134134 .clusterConnection ()
135- .withName ("conn-%s " .formatted (getName ()))
135+ .withName ("%s-conn " .formatted (getName ()))
136136 .returnFirst ();
137137
138138 withClusterConnectionNamespace = clusterConnection .getMetadata ().getNamespace ();
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ private String getClusterConnectionName() {
172172
173173 var clusterConnection = given .one ()
174174 .clusterConnection ()
175- .withName ("conn-%s " .formatted (getName ()))
175+ .withName ("%s-conn " .formatted (getName ()))
176176 .returnFirst ();
177177
178178 withClusterConnectionNamespace = clusterConnection .getMetadata ().getNamespace ();
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ private String getClusterConnectionName() {
190190
191191 var clusterConnection = given .one ()
192192 .clusterConnection ()
193- .withName ("conn-%s " .formatted (getName ()))
193+ .withName ("%s-conn " .formatted (getName ()))
194194 .returnFirst ();
195195
196196 withClusterConnectionNamespace = clusterConnection .getMetadata ().getNamespace ();
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ private String getClusterConnectionName() {
158158
159159 var clusterConnection = given .one ()
160160 .clusterConnection ()
161- .withName ("conn-%s " .formatted (getName ()))
161+ .withName ("%s-conn " .formatted (getName ()))
162162 .returnFirst ();
163163
164164 withClusterConnectionNamespace = clusterConnection .getMetadata ().getNamespace ();
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ private String getClusterConnectionName() {
132132
133133 var clusterConnection = given .one ()
134134 .clusterConnection ()
135- .withName ("conn-%s " .formatted (getName ()))
135+ .withName ("%s-conn " .formatted (getName ()))
136136 .returnFirst ();
137137
138138 withClusterConnectionNamespace = clusterConnection .getMetadata ().getNamespace ();
You can’t perform that action at this time.
0 commit comments