Skip to content

Commit 6b4066b

Browse files
authored
fix tests to align with HCP waypoint update (#1081)
1 parent 69947c5 commit 6b4066b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

organization_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ func TestOrganizationsReadEntitlements(t *testing.T) {
533533
assert.True(t, entitlements.StateStorage)
534534
assert.True(t, entitlements.Teams)
535535
assert.True(t, entitlements.VCSIntegrations)
536-
assert.True(t, entitlements.WaypointActions)
536+
assert.False(t, entitlements.WaypointActions)
537537
assert.True(t, entitlements.WaypointTemplatesAndAddons)
538538
})
539539

0 commit comments

Comments
 (0)