From c7c980777a725046f38897d0ce7c122727b1e06d Mon Sep 17 00:00:00 2001 From: mshanemc Date: Mon, 11 Nov 2024 17:01:03 -0600 Subject: [PATCH] test: nut failure --- test/nuts/local/customLabelsMetadataKeyTranslation.nut.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nuts/local/customLabelsMetadataKeyTranslation.nut.ts b/test/nuts/local/customLabelsMetadataKeyTranslation.nut.ts index 45ae7fee..b9000c9e 100644 --- a/test/nuts/local/customLabelsMetadataKeyTranslation.nut.ts +++ b/test/nuts/local/customLabelsMetadataKeyTranslation.nut.ts @@ -34,6 +34,6 @@ describe('end-to-end-test for custom labels', () => { state: ComponentStatus.Created, fullName: 'Test1', }; - expect(getMetadataKeyFromFileResponse(testResponse)).to.deep.equal(['CustomLabel__Label1']); + expect(getMetadataKeyFromFileResponse(testResponse)).to.deep.equal(['CustomLabel###Label1']); }); });