With Class "http://localhost:5678/api#Installation" {
Expect Operation "http://localhost:5678/api#InstallOperation" {
Invoke {
Expect Status 201
Expect Header Location [entrypoint]
Follow [entry]
}
}
}
In the snippet above the variable entry used does not match the entrypoint being "declared". It should be validated and an error shown guarding against such errors
In the snippet above the variable
entryused does not match theentrypointbeing "declared". It should be validated and an error shown guarding against such errors