Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 9fd0e1a

Browse files
committed
refactor(apiaryb): use example.com as testing domain
1 parent af41298 commit 9fd0e1a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/smoke.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ npx fury --version
3434

3535
# Parse Apiary Blueprint
3636
cat << EOF | npx fury -
37-
HOST: http://www.google.com/
37+
HOST: http://example.com/
3838
3939
--- Sample API v2 ---
4040
---

packages/fury-adapter-apiary-blueprint-parser/test/fixtures/example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"value": {
4444
"element": "string",
45-
"content": "http://www.google.com/"
45+
"content": "http://example.com/"
4646
}
4747
}
4848
}
@@ -394,4 +394,4 @@
394394
]
395395
}
396396
]
397-
}
397+
}

packages/fury-adapter-apiary-blueprint-parser/test/fixtures/example.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
HOST: http://www.google.com/
1+
HOST: http://example.com/
22

33
--- Sample API v2 ---
44
---

0 commit comments

Comments
 (0)