Skip to content

Commit afb433b

Browse files
committed
Add missing method
1 parent 7ee5867 commit afb433b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/provider/client_mock_workspaces_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,7 @@ func (m *mockWorkspaces) ListTagBindings(ctx context.Context, workspaceID string
204204
func (m *mockWorkspaces) AddTagBindings(ctx context.Context, workspaceID string, options tfe.WorkspaceAddTagBindingsOptions) ([]*tfe.TagBinding, error) {
205205
panic("not implemented")
206206
}
207+
208+
func (m *mockWorkspaces) ListEffectiveTagBindings(ctx context.Context, workspaceID string) ([]*tfe.EffectiveTagBinding, error) {
209+
panic("not implemented")
210+
}

0 commit comments

Comments
 (0)