File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/providers/google/cloud Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
TEST_REGION : str = "test-region"
32
32
TEST_PROJECT_ID : str = "test-project-id"
33
33
TEST_ENDPOINT : dict = {}
34
- TEST_ENDPOINT_ID : str = "test_endpoint_id "
34
+ TEST_ENDPOINT_ID : str = "1234567890 "
35
35
TEST_ENDPOINT_NAME : str = "test_endpoint_name"
36
36
TEST_DEPLOYED_MODEL : dict = {}
37
37
TEST_DEPLOYED_MODEL_ID : str = "test-deployed-model-id"
Original file line number Diff line number Diff line change 148
148
TEST_ENDPOINT = {
149
149
"display_name" : "endpoint_test" ,
150
150
}
151
- TEST_ENDPOINT_ID = "test_endpoint_id "
151
+ TEST_ENDPOINT_ID = "1234567890 "
152
152
TEST_DEPLOYED_MODEL = {
153
153
# format: 'projects/{project}/locations/{location}/models/{model}'
154
154
'model' : f"projects/{ GCP_PROJECT } /locations/{ GCP_LOCATION } /models/test_model_id" ,
You can’t perform that action at this time.
0 commit comments