Skip to content

Commit

Permalink
Revert "add tests"
Browse files Browse the repository at this point in the history
This reverts commit da45db8.
  • Loading branch information
katrinSaleschus committed Nov 7, 2024
1 parent da45db8 commit 8e3f9f7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
6 changes: 0 additions & 6 deletions src/test/java/org/gitlab4j/api/TestGitLabApiEvents.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ public static void teardown() {
GitLabApi.getLogger().setLevel(savedLevel);
}

@Test
public void testDeploymentEvent() throws Exception {
Event event = unmarshalResource(PipelineEvent.class, "deployment-event.json");
assertTrue(compareJson(event, "deployment-event.json"));
}

@Test
public void testIssueEvent() throws Exception {

Expand Down
37 changes: 0 additions & 37 deletions src/test/resources/org/gitlab4j/api/deployment-event.json

This file was deleted.

1 change: 0 additions & 1 deletion src/test/resources/org/gitlab4j/api/environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"external_url": "https://review-fix-foo-dfjre3.example.gitlab.com",
"state": "available",
"tier": "testing",
"auto_stop_at": "2024-11-27T13:34:49.812+01:00",
"last_deployment": {
"id": 100,
"iid": 34,
Expand Down

0 comments on commit 8e3f9f7

Please sign in to comment.