We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta0ccb6f commitfe4b4d7Copy full SHA for fe4b4d7
provider/parameter_test.go
@@ -866,10 +866,6 @@ func TestParameterValidationEnforcement(t *testing.T) {
866
// - Validation logic does not apply to the default if a value is given
867
//- [NumIns/DefInv] So the default can be invalid if an input value is valid.
868
// The value is therefore not really optional, but it is marked as such.
869
-// - [NumInsNotOptsVal | NumsInsNotOpts] values do not need to be in the option set?
870
-// - [NumInsNotNum] number params do not require the value to be a number
871
-// - [LStrInsNotList] list(string) do not require the value to be a list(string)
872
-//- Same with [MulInsNotListOpts]
873
table,err:=os.ReadFile("testdata/parameter_table.md")
874
require.NoError(t,err)
875