Skip to content

Commit

Permalink
fix: adjust the AWS integration test to match repo changes. (#1912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Oct 24, 2021
1 parent 8e98be9 commit 5918f32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-tests/config/config.json
Expand Up @@ -81,7 +81,7 @@
"url": "https://github.com/aws-amplify/docs.git",
"commit": "54d3c1269baae16b75042735711283ae6f6b7d33",
"args": [
"docs/**/*.md"
"**/*.{md,mdx}"
]
},
{
Expand Down
6 changes: 4 additions & 2 deletions integration-tests/snapshots/aws-amplify/docs/snapshot.txt
@@ -1,7 +1,9 @@

Repository: aws-amplify/docs
Url: "https://github.com/aws-amplify/docs.git"
Args: ["docs/**/*.md"]
Args: ["**/*.{md,mdx}"]
Lines:
CSpell: Files checked: 0, Issues found: 0 in 0 files
CSpell: Files checked: 1224, Issues found: 2 in 2 files
exit code: 1
./src/fragments/lib/auth/flutter/device_features/20_forgetDevice.mdx:20:55 - Unknown word (bcfa) -- _38284cea-6c7f-4a8c-bcfa-ac8946a0d1eb');
./src/pages/cli/usage/mock.mdx:219:30 - Unknown word (deddd) -- ClientDatabasePrefix": "deddd_AMAZON_COGNITO_USER

0 comments on commit 5918f32

Please sign in to comment.