Skip to content

Commit

Permalink
chore(analytics): Fix pinpoint canary tests (#2798)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcreaser committed Apr 30, 2024
1 parent d2cc5dc commit 9e94af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/instrumentation-tests.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def module_backends = [
def canaryTests = [
'aws-datastore' : ['com.amplifyframework.datastore.DatastoreCanaryTest', 'com.amplifyframework.datastore.DatastoreCanaryTestGen2'],
'aws-auth-cognito': ['com.amplifyframework.auth.cognito.AuthCanaryTest', 'com.amplifyframework.auth.cognito.AuthCanaryTestGen2'],
'aws-analytics-pinpoint': ['com.amplifyframework.analytics.pinpoint.PinpointAnalyticsCanaryTest', 'com.amplifyframework.analytics.pinpoint.PinpointAnalyticsCanaryTestGen2'],
'aws-analytics-pinpoint': ['com.amplifyframework.analytics.pinpoint.PinpointAnalyticsCanaryTest'],
'aws-geo-location': ['com.amplifyframework.geo.location.GeoCanaryTest', 'com.amplifyframework.geo.location.GeoCanaryTestGen2'],
'aws-predictions': ['com.amplifyframework.predictions.aws.PredictionsCanaryTest'],
// 'aws-push-notifications-pinpoint': ['com.amplifyframework.pushnotifications.pinpoint.NotificationsCanaryTest'],
Expand Down

0 comments on commit 9e94af8

Please sign in to comment.