Skip to content

Commit

Permalink
chore(e2e): Fix invalid resource ID
Browse files Browse the repository at this point in the history
  • Loading branch information
rthorn-nr committed Oct 5, 2023
1 parent d53b4ca commit 345b90d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/definitions-eu/infra-agent/debians/ubuntu16-infra.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"resources": [
{
"id": "eu_ubuntu16",
"id": "EUubuntu16",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
Expand All @@ -20,7 +20,7 @@
{
"id": "nr_infra",
"resource_ids": [
"eu_ubuntu16"
"EUubuntu16"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library",
Expand Down
4 changes: 2 additions & 2 deletions test/definitions-eu/otel/debians/ubuntu16-otel.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"resources": [
{
"id": "eu_ubuntu16",
"id": "EUubuntu16",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
Expand All @@ -20,7 +20,7 @@
{
"id": "nr_otel",
"resource_ids": [
"eu_ubuntu16"
"EUubuntu16"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"resources": [
{
"id": "eu_ubuntu16",
"id": "EUubuntu16",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
Expand All @@ -20,7 +20,7 @@
{
"id": "nr_super_agent",
"resource_ids": [
"eu_ubuntu16"
"EUubuntu16"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
Expand Down

0 comments on commit 345b90d

Please sign in to comment.