Skip to content

Commit 8e3f9f7

Browse files
Revert "add tests"
This reverts commit da45db8.
1 parent da45db8 commit 8e3f9f7

File tree

3 files changed

+0
-44
lines changed

3 files changed

+0
-44
lines changed

src/test/java/org/gitlab4j/api/TestGitLabApiEvents.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ public static void teardown() {
6565
GitLabApi.getLogger().setLevel(savedLevel);
6666
}
6767

68-
@Test
69-
public void testDeploymentEvent() throws Exception {
70-
Event event = unmarshalResource(PipelineEvent.class, "deployment-event.json");
71-
assertTrue(compareJson(event, "deployment-event.json"));
72-
}
73-
7468
@Test
7569
public void testIssueEvent() throws Exception {
7670

src/test/resources/org/gitlab4j/api/deployment-event.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/test/resources/org/gitlab4j/api/environment.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"external_url": "https://review-fix-foo-dfjre3.example.gitlab.com",
66
"state": "available",
77
"tier": "testing",
8-
"auto_stop_at": "2024-11-27T13:34:49.812+01:00",
98
"last_deployment": {
109
"id": 100,
1110
"iid": 34,

0 commit comments

Comments
 (0)