Skip to content

Commit

Permalink
add test for a few more feature flags
Browse files Browse the repository at this point in the history
Change-Id: Ib68d515513fcdfee1df1c2f3435a1e9c64e0c8fc
  • Loading branch information
igorbernstein2 committed Dec 3, 2024
1 parent 2826d63 commit 66032b9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@ public void testPingAndWarmFeatureFlags()

assertThat(featureFlags.getReverseScans()).isTrue();
assertThat(featureFlags.getLastScannedRowResponses()).isTrue();
assertThat(featureFlags.getRoutingCookie()).isTrue();
assertThat(featureFlags.getRetryInfo()).isTrue();
assertThat(featureFlags.getClientSideMetricsEnabled()).isTrue();
}
}

Expand Down

0 comments on commit 66032b9

Please sign in to comment.