Skip to content

Commit

Permalink
Merge branch 'add-cloud-instances-to-conftest' into pr/blakerosenthal…
Browse files Browse the repository at this point in the history
…/2730
  • Loading branch information
dcmcand committed Dec 9, 2024
2 parents 4f05290 + fa02f39 commit 93f6e3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tests_unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ def _mock_return_value(return_value):
"us-central1",
"us-east1",
],
"_nebari.provider.cloud.google_cloud.instances": [
"e2-standard-4",
"e2-highmem-4",
],
}

for attribute_path, return_value in MOCK_VALUES.items():
Expand Down

0 comments on commit 93f6e3e

Please sign in to comment.