Skip to content

Commit 701f85e

Browse files
authored
ci: ressurection (#65)
1 parent 3551229 commit 701f85e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Describe 'Invoke-SentryServer' {
4646
It "collects proguard mapping" {
4747
$result = Invoke-SentryServer {
4848
Param([string]$url)
49-
Invoke-WebRequest -Uri "$url/api/0/projects/org/project/files/dsyms/associate/" -Method Post `
49+
Invoke-WebRequest -Uri "$url/api/0/projects/org/project/files/dsyms/associate/" -Method Post
5050
}
5151
Should -ActualValue $result.HasErrors() -BeFalse
5252
}

updater/tests/get-changelog.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Work in this release contributed by jkcorrea and nfelger. Thank you for your con
2727
2828
### 7.4.1
2929
30-
This release includes the first *published* version of `sentry/remix`.
30+
This release includes the first _published_ version of `sentry/remix`.
3131
3232
- build(remix): Make remix package public ([#5349](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5349))
3333
'@

0 commit comments

Comments
 (0)