Skip to content

Commit 36a9c76

Browse files
committed
add rest snippet tests back because of new snapshot release to hopefully have these tests pass
1 parent 5869bdd commit 36a9c76

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2026
4+
*/
5+
6+
import * as utils from './utils/testUtils';
7+
import { runRestSnippetSuite } from './shared/restSnippetSuite';
8+
9+
runRestSnippetSuite({ buildTool: 'gradle', getProjectPath: utils.getGradleProjectPath });
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2026
4+
*/
5+
6+
import * as utils from './utils/testUtils';
7+
import { runRestSnippetSuite } from './shared/restSnippetSuite';
8+
9+
runRestSnippetSuite({ buildTool: 'maven', getProjectPath: utils.getMvnProjectPath });

0 commit comments

Comments
 (0)