File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -119,40 +119,40 @@ func TestGenerateSpiloPodEnvVars(t *testing.T) {
119119
120120 expectedValuesGSBucket := []ExpectedValue {
121121 ExpectedValue {
122- envIndex : 14 ,
122+ envIndex : 15 ,
123123 envVarConstant : "WAL_GS_BUCKET" ,
124124 envVarValue : "wale-gs-bucket" ,
125125 },
126126 ExpectedValue {
127- envIndex : 15 ,
127+ envIndex : 16 ,
128128 envVarConstant : "WAL_BUCKET_SCOPE_SUFFIX" ,
129129 envVarValue : "/SomeUUID" ,
130130 },
131131 ExpectedValue {
132- envIndex : 16 ,
132+ envIndex : 17 ,
133133 envVarConstant : "WAL_BUCKET_SCOPE_PREFIX" ,
134134 envVarValue : "" ,
135135 },
136136 }
137137
138138 expectedValuesGCPCreds := []ExpectedValue {
139139 ExpectedValue {
140- envIndex : 14 ,
140+ envIndex : 15 ,
141141 envVarConstant : "WAL_GS_BUCKET" ,
142142 envVarValue : "wale-gs-bucket" ,
143143 },
144144 ExpectedValue {
145- envIndex : 15 ,
145+ envIndex : 16 ,
146146 envVarConstant : "WAL_BUCKET_SCOPE_SUFFIX" ,
147147 envVarValue : "/SomeUUID" ,
148148 },
149149 ExpectedValue {
150- envIndex : 16 ,
150+ envIndex : 17 ,
151151 envVarConstant : "WAL_BUCKET_SCOPE_PREFIX" ,
152152 envVarValue : "" ,
153153 },
154154 ExpectedValue {
155- envIndex : 17 ,
155+ envIndex : 18 ,
156156 envVarConstant : "GOOGLE_APPLICATION_CREDENTIALS" ,
157157 envVarValue : "some_path_to_credentials" ,
158158 },
You can’t perform that action at this time.
0 commit comments