mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
fix: Remove unused scopes from parameter computation (#4171)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user