Skip to content

Commit 289a912

Browse files
authored
test: include amddevcloud and digitalocean in backend types (#3053)
Co-authored-by: Bihan Rana
1 parent b375683 commit 289a912

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/tests/_internal/server/routers/test_backends.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@ async def test_returns_backend_types(self, client: AsyncClient):
7777
response = await client.post("/api/backends/list_types")
7878
assert response.status_code == 200, response.json()
7979
assert response.json() == [
80+
"amddevcloud",
8081
"aws",
8182
"azure",
8283
"cloudrift",
8384
"cudo",
8485
"datacrunch",
86+
"digitalocean",
8587
"gcp",
8688
"hotaisle",
8789
"kubernetes",

0 commit comments

Comments
 (0)