diff --git a/BotSharp.UnitTest/App_Data/DbInitializer/Agents/agents.json b/BotSharp.UnitTest/App_Data/DbInitializer/Agents/agents.json new file mode 100644 index 00000000..3c5ab50a --- /dev/null +++ b/BotSharp.UnitTest/App_Data/DbInitializer/Agents/agents.json @@ -0,0 +1,9 @@ +[ + { + "Id": "6a9fd374-c43d-447a-97f2-f37540d0c725", + "Name": "Spotify", + "UserId": "8da9e1e0-42dc-420a-8016-79b04c1297d0", + "ClientAccessToken": "43a0f48e3f1e41da822092e7e699426b", + "DeveloperAccessToken": "cd1e4685c6a04d7db1f59e6853fd597b" + } +] \ No newline at end of file