Skip to content

Commit

Permalink
Runpod's integrity test was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Mezentsev committed Apr 8, 2024
1 parent 00218f2 commit 3a34df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrity_tests/test_runpod.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ def select_row(rows, name: str) -> List[str]:
def test_locations(data_rows):
expected = {
"CA-MTL-1",
"CA-MTL-2",
"EU-NL-1",
"EU-RO-1",
"EU-SE-1",
"EUR-IS-1",
"EUR-IS-2",
"EUR-NO-1",
"US-OR-1",
}
locations = select_row(data_rows, "location")
Expand Down

0 comments on commit 3a34df6

Please sign in to comment.