Skip to content

Commit 040bcca

Browse files
committed
WIP
1 parent 5d71926 commit 040bcca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ task_groups:
20582058
params:
20592059
working_dir: src/go.mongodb.org/mongo-driver
20602060
binary: bash
2061-
include_expansions_in_env: [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN, MONGODB_URI]
2061+
include_expansions_in_env: [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN, RAW_URI]
20622062
env:
20632063
MONGODB_VERSION: ${VERSION}
20642064
LAMBDA_STACK_NAME: dbx-go-lambda

internal/integration/search_index_prose_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func TestSearchIndexProse(t *testing.T) {
5454
Definition: definition,
5555
Options: opts,
5656
})
57-
require.NoErrorf(mt, err, "failed to create index: %v", uri)
57+
require.NoErrorf(mt, err, "failed to create index: %q", os.Getenv("RAW_URI"))
5858
require.Equal(mt, searchName, index, "unmatched name")
5959

6060
var doc bson.Raw

0 commit comments

Comments
 (0)