Skip to content

Commit

Permalink
integration test update
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos committed Aug 20, 2024
1 parent 7cb0ba9 commit ed77cce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/pub_integration/test/report_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void main() {

// sending email to reporter
await adminUser.serverApi.adminInvokeAction(
'send-email',
'email-send',
AdminInvokeActionArguments(
arguments: {
'from': 'support@pub.dev',
Expand All @@ -173,7 +173,7 @@ void main() {

// sending email to moderated admins
await adminUser.serverApi.adminInvokeAction(
'send-email',
'email-send',
AdminInvokeActionArguments(
arguments: {
'from': 'support@pub.dev',
Expand Down Expand Up @@ -223,7 +223,7 @@ void main() {

// sending email to reporter
await adminUser.serverApi.adminInvokeAction(
'send-email',
'email-send',
AdminInvokeActionArguments(
arguments: {
'from': 'support@pub.dev',
Expand Down

0 comments on commit ed77cce

Please sign in to comment.