mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Fix linting in internal/command (#2798)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
@@ -316,7 +316,9 @@ func TestUntaint_defaultWorkspaceState(t *testing.T) {
|
||||
ui := new(cli.MockUi)
|
||||
view, _ := testView(t)
|
||||
meta := Meta{Ui: ui, View: view}
|
||||
meta.SetWorkspace(testWorkspace)
|
||||
if err := meta.SetWorkspace(testWorkspace); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
c := &UntaintCommand{
|
||||
Meta: meta,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user