test(e2e): fix scoped logger resolution

This commit is contained in:
Felix Angelov
2023-08-17 16:45:58 -05:00
parent 382b36fb96
commit 2c8a25a119
@@ -19,10 +19,7 @@ void main() {
httpClient: Auth().client,
hostedUri: Uri.parse(Platform.environment['SHOREBIRD_HOSTED_URL']!),
),
values: {
loggerRef.overrideWith(() => logger),
platformRef,
},
values: {loggerRef, platformRef},
);
ProcessResult runCommand(