test(e2e): fix scoped logger resolution
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user