From 345b90dd0df3704a0393789bdc969b361c0b84dd Mon Sep 17 00:00:00 2001 From: Ryan Thorn Date: Mon, 2 Oct 2023 17:21:22 -0700 Subject: [PATCH] chore(e2e): Fix invalid resource ID --- test/definitions-eu/infra-agent/debians/ubuntu16-infra.json | 4 ++-- test/definitions-eu/otel/debians/ubuntu16-otel.json | 4 ++-- .../super-agent/debians/ubuntu16-super-agent.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/definitions-eu/infra-agent/debians/ubuntu16-infra.json b/test/definitions-eu/infra-agent/debians/ubuntu16-infra.json index 5eac8b365..c4ad248bc 100644 --- a/test/definitions-eu/infra-agent/debians/ubuntu16-infra.json +++ b/test/definitions-eu/infra-agent/debians/ubuntu16-infra.json @@ -7,7 +7,7 @@ }, "resources": [ { - "id": "eu_ubuntu16", + "id": "EUubuntu16", "provider": "aws", "type": "ec2", "size": "t3.nano", @@ -20,7 +20,7 @@ { "id": "nr_infra", "resource_ids": [ - "eu_ubuntu16" + "EUubuntu16" ], "provider": "newrelic", "source_repository": "https://github.com/newrelic/open-install-library", diff --git a/test/definitions-eu/otel/debians/ubuntu16-otel.json b/test/definitions-eu/otel/debians/ubuntu16-otel.json index df8e28a22..95da240c3 100644 --- a/test/definitions-eu/otel/debians/ubuntu16-otel.json +++ b/test/definitions-eu/otel/debians/ubuntu16-otel.json @@ -7,7 +7,7 @@ }, "resources": [ { - "id": "eu_ubuntu16", + "id": "EUubuntu16", "provider": "aws", "type": "ec2", "size": "t3.nano", @@ -20,7 +20,7 @@ { "id": "nr_otel", "resource_ids": [ - "eu_ubuntu16" + "EUubuntu16" ], "provider": "newrelic", "source_repository": "https://github.com/newrelic/open-install-library.git", diff --git a/test/definitions-eu/super-agent/debians/ubuntu16-super-agent.json b/test/definitions-eu/super-agent/debians/ubuntu16-super-agent.json index d0e646deb..2bf2fd12a 100644 --- a/test/definitions-eu/super-agent/debians/ubuntu16-super-agent.json +++ b/test/definitions-eu/super-agent/debians/ubuntu16-super-agent.json @@ -7,7 +7,7 @@ }, "resources": [ { - "id": "eu_ubuntu16", + "id": "EUubuntu16", "provider": "aws", "type": "ec2", "size": "t3.nano", @@ -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",