Tests giving invalid port "*" error

When using a test, if the * wildcard is used for all ports, an error is generated:

Error: test(s) failed
test(s) failed for user: tag:example

  • address tag:example:: invalid port ""
   {
      "user": "tag:example",
      "allow": ["tag:example:*"],
    },

Yes, the ACL test needs a concrete port number to test. Allowing “*” would presumably mean to test all ports, and that didn’t seem reasonable.

Okay, thank you.
The example provided on tests for server role accounts in the documentation uses the “*”. That’s why I tried it. Could that page be updated?

Could a note also be added to the documentation on tests on the Network Access Controls page to say that concrete port numbers need to be listed and a wildcard isn’t acceptable?