Skip to content

Commit e85dba4

Browse files
authored
Merge pull request dotnet-architecture#1008 from LeeDumond/fix/fix-marketing-functional-tests
Fix marketing functional tests that rely on existing campaign
2 parents 097d3b2 + fe81c78 commit e85dba4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Services/Marketing/Marketing.FunctionalTests/UserLocationRoleScenarios.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public async Task Get_get_all_user_location_rules_by_campaignId_and_response_ok_
2828
[Fact]
2929
public async Task Post_add_new_user_location_rule_and_response_ok_status_code()
3030
{
31-
var campaignId = 81;
31+
var campaignId = 2;
3232

3333
using (var server = CreateServer())
3434
{
@@ -44,7 +44,7 @@ public async Task Post_add_new_user_location_rule_and_response_ok_status_code()
4444
[Fact]
4545
public async Task Delete_delete_user_location_role_and_response_not_content_status_code()
4646
{
47-
var campaignId = 81;
47+
var campaignId = 2;
4848

4949
using (var server = CreateServer())
5050
{

0 commit comments

Comments
 (0)