Skip to content

Commit 6926687

Browse files
committed
Adjust FORM test configuration to write products from providers
1 parent 28df50e commit 6926687

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/form/form_test.jsonnet

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
},
1717
form_output: {
1818
cpp: 'form_module',
19-
products: ['sum'],
19+
// FIXME: Should make it possible to *not* write products created by nodes.
20+
// If 'i' and 'j' are omitted from the products sequence below, an error
21+
// is encountered with the message: 'No configuration found for product: j'.
22+
products: ['sum', 'i', 'j'],
2023
},
2124
},
2225
}

0 commit comments

Comments
 (0)