Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Fixing system token test that broked by deployment logs service update
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Cruz <[email protected]>
  • Loading branch information
emiteze committed Apr 30, 2021
1 parent dd27e18 commit fedcc4a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class FindDeploymentLogsInteractorTest extends Specification {
def deploymentId = '083337ef-6177-4a24-b32e-f7429336ec20'
def log = new Log("INFO", "log title", "log details", LocalDateTime.now().toString())
def logResponse = new LogResponse(
"id",
[log]
)
def deploymentConfiguration = TestUtils.deploymentConfig
Expand Down

0 comments on commit fedcc4a

Please sign in to comment.