github.com/lyft/flytestdlib@v0.3.12-0.20210213045714-8cdd111ecda1/config/tests/testdata/bad_config.yaml (about)

     1  my-component:
     2    str: Hello World
     3  other-component:
     4    duration-value: 20s
     5    int-val: 4
     6    string-value: Hey there!
     7    strings:
     8    - hello
     9    - world
    10    - '!'
    11    url-value: http://something.com
    12    unknown-key: "something"
    13