Skip to content

Commit

Permalink
Fix auto-squash events experiments
Browse files Browse the repository at this point in the history
When #22835 was merged, it was auto-squashed, so the `experiments`
import was removed, but the test still referenced it.

This removes the (now unnecessary) experiment from the test.
  • Loading branch information
Christopher Swenson committed Sep 7, 2023
1 parent f96ecf3 commit 6d869ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions http/events_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,7 @@ func TestEventsSubscribe(t *testing.T) {

// TestBexprFilters tests that go-bexpr filters are used to filter events.
func TestBexprFilters(t *testing.T) {
core := vault.TestCoreWithConfig(t, &vault.CoreConfig{
Experiments: []string{experiments.VaultExperimentEventsAlpha1},
})

core := vault.TestCoreWithConfig(t, &vault.CoreConfig{})
ln, addr := TestServer(t, core)
defer ln.Close()

Expand Down

0 comments on commit 6d869ec

Please sign in to comment.