Skip to content

Commit

Permalink
fix: Microsoft.Bot.Builder.TestBot.Json can't start (#5718)
Browse files Browse the repository at this point in the history
* init

* init

* revert some code

* fix testbot.json
  • Loading branch information
Danieladu committed Jun 23, 2021
1 parent 691ad54 commit ee4f5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Microsoft.Bot.Builder.TestBot.Json/Startup.cs
Expand Up @@ -44,6 +44,7 @@ public void ConfigureServices(IServiceCollection services)
services.AddSingleton<AuthenticationConfiguration>();

// register components.
ComponentRegistration.Add(new DialogsComponentRegistration());
ComponentRegistration.Add(new DeclarativeComponentRegistration());
ComponentRegistration.Add(new AdaptiveComponentRegistration());
ComponentRegistration.Add(new LanguageGenerationComponentRegistration());
Expand Down

0 comments on commit ee4f5f0

Please sign in to comment.