Skip to content

Commit 5adeccf

Browse files
committed
chore(servicediscovery): rename docs/test props
It was noticed that 'covfefe' is a potentially charged word. This is a straightforward PR to rename instances of 'covfefe' to something less politically adjacent.
1 parent 58dffd8 commit 5adeccf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/@aws-cdk/aws-servicediscovery/test/integ.service-with-http-namespace.lit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const app = new cdk.App();
55
const stack = new cdk.Stack(app, 'aws-servicediscovery-integ');
66

77
const namespace = new servicediscovery.HttpNamespace(stack, 'MyNamespace', {
8-
name: 'covfefe',
8+
name: 'MyHTTPNamespace',
99
});
1010

1111
const service1 = namespace.createService('NonIpService', {

packages/@aws-cdk/aws-servicediscovery/test/service-with-http-namespace.lit.integ.snapshot/aws-servicediscovery-integ.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"MyNamespaceD0BB8558": {
44
"Type": "AWS::ServiceDiscovery::HttpNamespace",
55
"Properties": {
6-
"Name": "covfefe"
6+
"Name": "MyHTTPNamespace"
77
}
88
},
99
"MyNamespaceNonIpService3B425009": {

packages/@aws-cdk/aws-servicediscovery/test/service-with-http-namespace.lit.integ.snapshot/tree.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"attributes": {
2727
"aws:cdk:cloudformation:type": "AWS::ServiceDiscovery::HttpNamespace",
2828
"aws:cdk:cloudformation:props": {
29-
"name": "covfefe"
29+
"name": "MyHTTPNamespace"
3030
}
3131
},
3232
"constructInfo": {

0 commit comments

Comments
 (0)