change setup of test to use campaignId = 2
This commit is contained in:
parent
cd662d9105
commit
fe81c78bbd
@ -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