Error during haaska Test

Hello guys,

I’m getting this error when i run the test of haaska (this: https://github.com/mike-grant/haaska/wiki/Testing-haaska)

I really can’t understand what I wronged. The file config.json is on the configuration screen of AWS and I already modified it with mu url and token…

{
  "errorMessage": "[Errno 2] No such file or directory: 'config.json'",
  "errorType": "FileNotFoundError",
  "stackTrace": [
    [
      "/var/task/haaska.py",
      106,
      "event_handler",
      "config = Configuration('config.json')"
    ],
    [
      "/var/task/haaska.py",
      79,
      "__init__",
      "with open(filename) as f:"
    ]
  ]
}