# File tests/drivers/mock/realms_test.rb, line 44
    def test_us_has_correct_attributes
      get_auth_url '/api/realms', {}
      realm = (last_xml_response/'realms/realm[@id="us"]')
      test_realm_attributes(realm)
    end