Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalirao committed Nov 23, 2022
1 parent a17b4f1 commit 2940ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy_set_integration_beta_test.go
Expand Up @@ -361,6 +361,6 @@ func TestPolicySetsUpdate_Beta(t *testing.T) {
assert.Equal(t, ps.Name, *options.Name)
assert.Equal(t, ps.Description, *options.Description)
assert.True(t, ps.Global)
assert.True(t, ps.Global)
assert.True(t, *ps.Overridable)
})
}

0 comments on commit 2940ceb

Please sign in to comment.