Skip to content

Commit

Permalink
Merge #11274
Browse files Browse the repository at this point in the history
11274: Remove source_fixed r=Frassle a=Frassle

It was used in one test, which could just as easily be done with the null source.

Co-authored-by: Fraser Waters <fraser@pulumi.com>
  • Loading branch information
bors[bot] and Frassle committed Nov 9, 2022
2 parents fdb5ea2 + f6c331f commit f29fae1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 67 deletions.
2 changes: 1 addition & 1 deletion pkg/resource/deploy/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestPendingOperationsDeployment(t *testing.T) {
},
})

_, err := NewDeployment(&plugin.Context{}, &Target{}, snap, nil, &fixedSource{}, nil, false, nil)
_, err := NewDeployment(&plugin.Context{}, &Target{}, snap, nil, NewNullSource("test"), nil, false, nil)
assert.NoError(t, err)
}

Expand Down
66 changes: 0 additions & 66 deletions pkg/resource/deploy/source_fixed.go

This file was deleted.

0 comments on commit f29fae1

Please sign in to comment.