Skip to content

Commit

Permalink
chore(pipes): update integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelManke committed Dec 19, 2023
1 parent e34e73d commit 467ffd0
Show file tree
Hide file tree
Showing 18 changed files with 101 additions and 35,422 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ RELEASE_NOTES.md

# Produced by integ tests
read*lock

# VSCode jest plugin
.test-output
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Pipe pipe is present 1`] = `
exports[`Pipe pipe is present with props 1`] = `
{
"Parameters": {
"BootstrapVersion": {
Expand All @@ -12,6 +12,8 @@ exports[`Pipe pipe is present 1`] = `
"Resources": {
"TestPipe330D553D": {
"Properties": {
"Description": "test description",
"DesiredState": "RUNNING",
"RoleArn": {
"Fn::GetAtt": [
"TestPipeRole0FD00B2B",
Expand All @@ -20,6 +22,9 @@ exports[`Pipe pipe is present 1`] = `
},
"Source": "source-arn",
"SourceParameters": {},
"Tags": {
"key": "value",
},
"Target": "target-arn",
"TargetParameters": {},
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading

0 comments on commit 467ffd0

Please sign in to comment.