change Id that test is looking for from 81 to 2
This commit is contained in:
parent
8dea75d1fc
commit
5e19f32b2d
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user