@@ -41,7 +41,7 @@ var _ = Context("Inside of a new Postgres instance", func() {
41
41
Spec : postgresv1alpha1.PostgresPublicationSpec {
42
42
PostgresRef : PostgresContainerRef (ctx ),
43
43
Name : publicationName ,
44
- Tables : []postgresv1alpha1.PostgresTableIdentifier {
44
+ Tables : []postgresv1alpha1.PostgresIdentifier {
45
45
{
46
46
Name : "jobs" ,
47
47
Schema : "public" ,
@@ -68,7 +68,7 @@ var _ = Context("Inside of a new Postgres instance", func() {
68
68
Spec : postgresv1alpha1.PostgresPublicationSpec {
69
69
PostgresRef : PostgresContainerRef (ctx ),
70
70
Name : publicationName ,
71
- Tables : []postgresv1alpha1.PostgresTableIdentifier {
71
+ Tables : []postgresv1alpha1.PostgresIdentifier {
72
72
{
73
73
Name : "jobs" ,
74
74
Schema : "public" ,
@@ -113,7 +113,7 @@ var _ = Context("Inside of a new Postgres instance", func() {
113
113
Spec : postgresv1alpha1.PostgresPublicationSpec {
114
114
PostgresRef : PostgresContainerRef (ctx ),
115
115
Name : publicationName ,
116
- Tables : []postgresv1alpha1.PostgresTableIdentifier {
116
+ Tables : []postgresv1alpha1.PostgresIdentifier {
117
117
{
118
118
Name : "jobs" ,
119
119
Schema : "public" ,
@@ -136,7 +136,7 @@ var _ = Context("Inside of a new Postgres instance", func() {
136
136
137
137
publication .Spec .Tables = append (
138
138
publication .Spec .Tables ,
139
- postgresv1alpha1.PostgresTableIdentifier {
139
+ postgresv1alpha1.PostgresIdentifier {
140
140
Name : "users" ,
141
141
Schema : "public" ,
142
142
},
@@ -177,7 +177,7 @@ var _ = Context("Inside of a new Postgres instance", func() {
177
177
Spec : postgresv1alpha1.PostgresPublicationSpec {
178
178
PostgresRef : PostgresContainerRef (ctx ),
179
179
Name : publicationName ,
180
- Tables : []postgresv1alpha1.PostgresTableIdentifier {
180
+ Tables : []postgresv1alpha1.PostgresIdentifier {
181
181
{
182
182
Name : "jobs" ,
183
183
Schema : "public" ,
@@ -202,7 +202,7 @@ var _ = Context("Inside of a new Postgres instance", func() {
202
202
}, publication )
203
203
Expect (err ).NotTo (HaveOccurred (), "failed to get latest PostgresPublication resource" )
204
204
205
- publication .Spec .Tables = []postgresv1alpha1.PostgresTableIdentifier {
205
+ publication .Spec .Tables = []postgresv1alpha1.PostgresIdentifier {
206
206
publication .Spec .Tables [0 ],
207
207
}
208
208
@@ -240,7 +240,7 @@ var _ = Context("Inside of a new Postgres instance", func() {
240
240
Spec : postgresv1alpha1.PostgresPublicationSpec {
241
241
PostgresRef : PostgresContainerRef (ctx ),
242
242
Name : publicationName ,
243
- Tables : []postgresv1alpha1.PostgresTableIdentifier {
243
+ Tables : []postgresv1alpha1.PostgresIdentifier {
244
244
{
245
245
Name : "jobs" ,
246
246
Schema : "public" ,
@@ -294,7 +294,7 @@ var _ = Context("Inside of a new Postgres instance", func() {
294
294
Spec : postgresv1alpha1.PostgresPublicationSpec {
295
295
PostgresRef : PostgresContainerRef (ctx ),
296
296
Name : publicationName ,
297
- Tables : []postgresv1alpha1.PostgresTableIdentifier {
297
+ Tables : []postgresv1alpha1.PostgresIdentifier {
298
298
{
299
299
Name : "jobs" ,
300
300
Schema : "public" ,
0 commit comments