Skip to content

Commit

Permalink
Update IntegrationTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Jan 12, 2024
1 parent f1616c5 commit 96ce9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TalentBlazor.Tests/IntegrationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public override void Configure(Container container)

public IntegrationTest()
{
Licensing.RegisterLicense("OSS MIT 2023 https://github.com/NetCoreApps/TalentBlazorServer NdCmSFOfRpijw7CNjO4WXv4gYzeHjYSOaFRVlbp5rezlsB1FtDHUA34hYsJDMbxWDMiXqG29DPzPvJb6oXqLqkdCISRKOhhjZKb1KleG67PaHj9B2E/s65m9mB7Okq3uUHJzxpkn/3M0lvI4qL6Gb6jfmrx0+N0QxYsY41rjQpo=");
ServiceStack.Licensing.RegisterLicense("OSS GPL-3.0 2024 https://github.com/NetCoreApps/TalentBlazor Ed7tyPlTANoOB8+YQd+CG4To5kRnOtuV9AktLY3vdvx0fEn+gcWfDy8lPldYkBoiLXbAmrcfQQbysHeuz1C/VBBLE1r1/UVblt6swhFjjbCBhl/XvcjIxEt2vigmXiuNGEkreqFQHEh4ttyv3l2Jb6jm0iGE/dXgGEKIkj9obuc=");
appHost = new AppHost()
.Init()
.Start(BaseUri);
Expand All @@ -42,4 +42,4 @@ public void Can_call_Hello_Service()

Assert.That(response.Result, Is.EqualTo("Hello, World!"));
}
}
}

0 comments on commit 96ce9af

Please sign in to comment.