test(multiplayer): cover compose allocator binding

This commit is contained in:
Josh Creek
2026-09-01 18:02:05 +01:00
parent 063dff463d
commit b72a7cf843
6 changed files with 83 additions and 1 deletions
@@ -36,6 +36,8 @@ class ComposeManifestTest(unittest.TestCase):
):
self.assertIn(marker, runner)
self.assertIn("target: matcher", allocated)
self.assertIn("target: allocator", allocated)
self.assertIn("agones-provider", allocated)
if __name__ == "__main__":