Skip to content

Commit 670003a

Browse files
Bihan  RanaBihan  Rana
authored andcommitted
test: include amddevcloud and digitalocean in backend types
1 parent b375683 commit 670003a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)