We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfa679 commit 16a9b41Copy full SHA for 16a9b41
tests/test_api/test_mutation_endpoints.py
@@ -42,4 +42,4 @@ def test_all_fields(self):
42
self.assertIn("scalerValue: 5", result)
43
self.assertIn("workersMin: 2", result)
44
self.assertIn("workersMax: 4", result)
45
- self.assertIn('flashBootType: "FLASHBOOT"', result)
+ self.assertIn("flashBootType: FLASHBOOT", result)
0 commit comments