Skip to content

Commit 1b83589

Browse files
authored
chore: fix syntax error in owlbot.py configs (#11670)
1 parent 6173dc1 commit 1b83589

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

java-network-management/owlbot.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,18 +120,18 @@
120120
s.replace(
121121
v1beta1_org_vpcflowlogs_file_name,
122122
r'\s+@Test\n\s+public void createVpcFlowLogsConfigTest\(\) throws Exception.*',
123-
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest() throws Exception {'
123+
'@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest() throws Exception {'
124124
)
125125
s.replace(
126126
v1beta1_org_vpcflowlogs_file_name,
127127
r'\s+@Test\n\s+public void createVpcFlowLogsConfigTest2\(\) throws Exception.*',
128-
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest2() throws Exception {'
128+
'@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest2() throws Exception {'
129129
)
130130
s.replace(
131131
v1beta1_org_vpcflowlogs_file_name,
132132
r'\s+@Test\n\s+public void listVpcFlowLogsConfigsTest\(\) throws Exception.*',
133-
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void listVpcFlowLogsConfigsTest() throws Exception {'
134-
)
133+
'@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void listVpcFlowLogsConfigsTest() throws Exception {'
134+
)
135135
s.move(library)
136136

137137
s.remove_staging_dirs()

0 commit comments

Comments
 (0)