Skip to content

Commit

Permalink
Fixed Aegis e2e purchase test (#555)
Browse files Browse the repository at this point in the history
* Fixed Outager purchase integration test.

* Fixed Outager purchase integration test.
  • Loading branch information
SpertsyanKM authored Jan 23, 2024
1 parent f8eb05c commit 66174bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-results
path: sdk/build/reports/androidTests/connected/index.html
path: sdk/build/reports/androidTests/connected/**
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ internal class OutagerIntegrationTest {
Date(1680537971000), // plus week, as we don't send duration
QEntitlementSource.Unknown,
1,
2,
0,
null,
null,
null,
Expand Down

0 comments on commit 66174bb

Please sign in to comment.