@@ -79,7 +79,7 @@ public async Task AddPostgresWithDefaultsAddsAnnotationMetadata()
7979 env =>
8080 {
8181 Assert . Equal ( "POSTGRES_INITDB_ARGS" , env . Key ) ;
82- Assert . Equal ( "--auth-host=scram-sha-256 --auth-local=scram-sha-256 --no-data-checksums " , env . Value ) ;
82+ Assert . Equal ( "--auth-host=scram-sha-256 --auth-local=scram-sha-256" , env . Value ) ;
8383 } ,
8484 env =>
8585 {
@@ -133,7 +133,7 @@ public async Task AddPostgresAddsAnnotationMetadata()
133133 env =>
134134 {
135135 Assert . Equal ( "POSTGRES_INITDB_ARGS" , env . Key ) ;
136- Assert . Equal ( "--auth-host=scram-sha-256 --auth-local=scram-sha-256 --no-data-checksums " , env . Value ) ;
136+ Assert . Equal ( "--auth-host=scram-sha-256 --auth-local=scram-sha-256" , env . Value ) ;
137137 } ,
138138 env =>
139139 {
@@ -226,7 +226,7 @@ public async Task AddDatabaseToPostgresAddsAnnotationMetadata()
226226 env =>
227227 {
228228 Assert . Equal ( "POSTGRES_INITDB_ARGS" , env . Key ) ;
229- Assert . Equal ( "--auth-host=scram-sha-256 --auth-local=scram-sha-256 --no-data-checksums " , env . Value ) ;
229+ Assert . Equal ( "--auth-host=scram-sha-256 --auth-local=scram-sha-256" , env . Value ) ;
230230 } ,
231231 env =>
232232 {
@@ -257,7 +257,7 @@ public async Task VerifyManifest()
257257 "image": "{{ PostgresContainerImageTags . Registry }} /{{ PostgresContainerImageTags . Image }} :{{ PostgresContainerImageTags . Tag }} ",
258258 "env": {
259259 "POSTGRES_HOST_AUTH_METHOD": "scram-sha-256",
260- "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256 --no-data-checksums ",
260+ "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256",
261261 "POSTGRES_USER": "postgres",
262262 "POSTGRES_PASSWORD": "{pg-password.value}"
263263 },
@@ -300,7 +300,7 @@ public async Task VerifyManifestWithParameters()
300300 "image": "{{ PostgresContainerImageTags . Registry }} /{{ PostgresContainerImageTags . Image }} :{{ PostgresContainerImageTags . Tag }} ",
301301 "env": {
302302 "POSTGRES_HOST_AUTH_METHOD": "scram-sha-256",
303- "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256 --no-data-checksums ",
303+ "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256",
304304 "POSTGRES_USER": "{user.value}",
305305 "POSTGRES_PASSWORD": "{pass.value}"
306306 },
@@ -326,7 +326,7 @@ public async Task VerifyManifestWithParameters()
326326 "image": "{{ PostgresContainerImageTags . Registry }} /{{ PostgresContainerImageTags . Image }} :{{ PostgresContainerImageTags . Tag }} ",
327327 "env": {
328328 "POSTGRES_HOST_AUTH_METHOD": "scram-sha-256",
329- "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256 --no-data-checksums ",
329+ "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256",
330330 "POSTGRES_USER": "{user.value}",
331331 "POSTGRES_PASSWORD": "{pg2-password.value}"
332332 },
@@ -352,7 +352,7 @@ public async Task VerifyManifestWithParameters()
352352 "image": "{{ PostgresContainerImageTags . Registry }} /{{ PostgresContainerImageTags . Image }} :{{ PostgresContainerImageTags . Tag }} ",
353353 "env": {
354354 "POSTGRES_HOST_AUTH_METHOD": "scram-sha-256",
355- "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256 --no-data-checksums ",
355+ "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256",
356356 "POSTGRES_USER": "postgres",
357357 "POSTGRES_PASSWORD": "{pass.value}"
358358 },
0 commit comments