Merge pull request #1008 from LeeDumond/fix/fix-marketing-functional-tests
Fix marketing functional tests that rely on existing campaign
This commit is contained in:
commit
e85dba4f31
@ -28,7 +28,7 @@ namespace Marketing.FunctionalTests
|
||||
[Fact]
|
||||
public async Task Post_add_new_user_location_rule_and_response_ok_status_code()
|
||||
{
|
||||
var campaignId = 81;
|
||||
var campaignId = 2;
|
||||
|
||||
using (var server = CreateServer())
|
||||
{
|
||||
@ -44,7 +44,7 @@ namespace Marketing.FunctionalTests
|
||||
[Fact]
|
||||
public async Task Delete_delete_user_location_role_and_response_not_content_status_code()
|
||||
{
|
||||
var campaignId = 81;
|
||||
var campaignId = 2;
|
||||
|
||||
using (var server = CreateServer())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user