This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
change Id that test is looking for from 81 to 2
pull/1004/head
Lee Dumond
5 years ago
parent
8dea75d1fc
commit
5e19f32b2d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Services/Marketing/Marketing.FunctionalTests/CampaignScenarios.cs
+ 1
- 1
src/Services/Marketing/Marketing.FunctionalTests/CampaignScenarios.cs
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
=
8
1
;
var
campaignId
=
2
;
using
(
var
server
=
CreateServer
(
)
)
{
var
response
=
await
server
.
CreateClient
(
)
Write
Preview
Loading…
Cancel
Save