Skip to content

Commit cf16232

Browse files
committed
IDK how this test is failing, but it shouldn't be here
Change-Id: Ifd983a42a18f14df3c3b5dd8d4ac098a0e2bcf76
1 parent 362e001 commit cf16232

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test_models.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,6 @@ def test_max_temperature(self):
169169
model = models.get_base_model(name)
170170
self.assertEqual(max_temperature, model.max_temperature)
171171

172-
@parameterized.named_parameters(
173-
["simple", "mystery-bison-001"],
174-
["model-instance", protos.Model(name="how?-bison-001")],
175-
)
176-
def test_fail_with_unscoped_model_name(self, name):
177-
with self.assertRaises(ValueError):
178-
model = models.get_model(name)
179-
180172
def test_list_models(self):
181173
# The low level lib wraps the response in an iterable, so this is a fair test.
182174
self.responses = {

0 commit comments

Comments
 (0)