go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/lucicfg/testdata/realms/bad_binding_realm.star (about)

     1  luci.project(name = "proj")
     2  luci.binding(
     3      realm = "unknown",
     4      roles = "role/a",
     5  )
     6  
     7  # Expect errors like:
     8  #
     9  # Traceback (most recent call last):
    10  #   //testdata/realms/bad_binding_realm.star: in <toplevel>
    11  #   ...
    12  # Error: luci.binding("role/a") refers to undefined luci.realm("unknown")