@@ -144,11 +144,11 @@ public void shouldDeserialize() throws Exception {
144144 assertThat (tenant .getMtls (), is (notNullValue ()));
145145 assertThat (tenant .getMtls ().getEnableEndpointAliases (), is (true ));
146146 assertThat (tenant .getDefaultTokenQuota (), is (notNullValue ()));
147- assertThat (tenant .getDefaultTokenQuota ().getClient (), is (notNullValue ()));
148- assertThat (tenant .getDefaultTokenQuota ().getClient ().getClientCredentials (), is (notNullValue ()));
149- assertThat (tenant .getDefaultTokenQuota ().getClient ().getClientCredentials ().getPerDay (), is (100 ));
150- assertThat (tenant .getDefaultTokenQuota ().getClient ().getClientCredentials ().getPerHour (), is (20 ));
151- assertThat (tenant .getDefaultTokenQuota ().getClient ().getClientCredentials ().isEnforce (), is (true ));
147+ assertThat (tenant .getDefaultTokenQuota ().getClients (), is (notNullValue ()));
148+ assertThat (tenant .getDefaultTokenQuota ().getClients ().getClientCredentials (), is (notNullValue ()));
149+ assertThat (tenant .getDefaultTokenQuota ().getClients ().getClientCredentials ().getPerDay (), is (100 ));
150+ assertThat (tenant .getDefaultTokenQuota ().getClients ().getClientCredentials ().getPerHour (), is (20 ));
151+ assertThat (tenant .getDefaultTokenQuota ().getClients ().getClientCredentials ().isEnforce (), is (true ));
152152 assertThat (tenant .getDefaultTokenQuota ().getOrganizations (), is (notNullValue ()));
153153 assertThat (tenant .getDefaultTokenQuota ().getOrganizations ().getClientCredentials (), is (notNullValue ()));
154154 assertThat (tenant .getDefaultTokenQuota ().getOrganizations ().getClientCredentials ().getPerDay (), is (100 ));
0 commit comments