Skip to content

Commit 7fa434e

Browse files
alexsohn1126vaind
andauthored
test: Add proguard endpoint in sentry-server test (#102)
* Add proguard endpoint in sentry-server test * update changelog.md * Update CHANGELOG.md --------- Co-authored-by: Ivan Dlugos <[email protected]>
1 parent 4a243cd commit 7fa434e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry-cli/integration-test/tests/action.Tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Describe 'Invoke-SentryServer' {
4747
$result = Invoke-SentryServer {
4848
Param([string]$url)
4949
Invoke-WebRequest -Uri "$url/api/0/projects/org/project/files/dsyms/associate/" -Method Post
50+
Invoke-WebRequest -Uri "$url/api/0/projects/org/project/files/proguard-artifact-releases" -Method Post
5051
}
5152
Should -ActualValue $result.HasErrors() -BeFalse
5253
}

0 commit comments

Comments
 (0)