I have the following code:
*** Settings ***
Library Collections
*** Variables ***
&{dict} key=value
*** Test Cases ***
Dictionary Should Contain Key &{dict} key
Now I get the error:
Keyword Collection.Dictionary Should Contain Key’ got positional argument after named arguments.
This error message is not very descriptive to me. What is the positional argument and what is the named argument?