mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
test(multiplayer): harden agones allocation gate
This commit is contained in:
@@ -95,7 +95,8 @@ class FleetManifestTest(unittest.TestCase):
|
||||
self.assertIn("Agones lifecycle smoke", runner)
|
||||
self.assertIn("--control-plane-url=", runner)
|
||||
self.assertIn("--allocated-mode", runner)
|
||||
self.assertIn("dynamic UDP port", runner)
|
||||
validator = (ROOT / "scripts/verify_agones_allocation_response.py").read_text()
|
||||
self.assertIn("game UDP port", validator)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user