fix: Remove unused scopes from parameter computation (#4171)

This commit is contained in:
Kyle Carberry
2022-09-23 16:09:45 -05:00
committed by GitHub
parent ea115c981d
commit b64f624d17
4 changed files with 0 additions and 13 deletions

View File

@ -18,7 +18,6 @@ func TestCompute(t *testing.T) {
generateScope := func() parameter.ComputeScope {
return parameter.ComputeScope{
TemplateImportJobID: uuid.New(),
OrganizationID: uuid.New(),
TemplateID: uuid.NullUUID{
UUID: uuid.New(),
Valid: true,
@ -27,7 +26,6 @@ func TestCompute(t *testing.T) {
UUID: uuid.New(),
Valid: true,
},
UserID: uuid.New(),
}
}
type parameterOptions struct {