Skip to content

Commit 666fda0

Browse files
committed
fix
1 parent bcebdaf commit 666fda0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafusion-cli/tests/cli_integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ async fn test_s3_url_fallback() {
371371
let container = setup_minio_container().await;
372372

373373
let mut settings = make_settings();
374-
settings.set_snapshot_suffix("s3_fallback");
374+
settings.set_snapshot_suffix("s3_url_fallback");
375375
let _bound = settings.bind_to_scope();
376376

377377
let port = container.get_host_port_ipv4(9000).await.unwrap();

datafusion-cli/tests/snapshots/s3_url_fallback@s3_url_fallback.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ info:
66
env:
77
AWS_ACCESS_KEY_ID: TEST-DataFusionLogin
88
AWS_ALLOW_HTTP: "true"
9-
AWS_ENDPOINT: "http://localhost:32768"
9+
AWS_ENDPOINT: "http://localhost:32771"
1010
AWS_SECRET_ACCESS_KEY: TEST-DataFusionPassword
1111
stdin: "CREATE EXTERNAL TABLE partitioned_data\nSTORED AS CSV\nLOCATION 's3://data/partitioned_csv'\nOPTIONS (\n 'format.has_header' 'false'\n);\n\nSELECT * FROM partitioned_data ORDER BY column_1, column_2 LIMIT 5;\n"
1212
---

0 commit comments

Comments
 (0)