Merge pull request #1004 from LeeDumond/fix/fix-failing-marketing-test

Get_get_campaign_by_id now fails initially
This commit is contained in:
Miguel Veloso 2019-04-15 18:59:31 +01:00 committed by GitHub
commit bde5bc7e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ namespace Marketing.FunctionalTests
[Fact]
public async Task Get_get_campaign_by_id_and_response_ok_status_code()
{
var campaignId = 81;
var campaignId = 2;
using (var server = CreateServer())
{
var response = await server.CreateClient()