Skip to content

Commit

Permalink
EPMRPP-88902 || Not clear error when user submits invalid tokenon
Browse files Browse the repository at this point in the history
(cherry picked from commit 5cae3af)
  • Loading branch information
APiankouski committed Dec 28, 2023
1 parent cdbf551 commit a443396
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,18 @@
import com.epam.ta.reportportal.ws.model.ErrorType;

import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import static java.util.Optional.ofNullable;
import static org.hibernate.bytecode.BytecodeLogger.LOGGER;

/**
* @author <a href="mailto:[email protected]">Pavel Bortnik</a>
*/
public class TestConnectionCommand implements PluginCommand<Boolean> {

private static final Logger LOGGER = LoggerFactory.getLogger(TestConnectionCommand.class);

private final CloudJiraClientProvider cloudJiraClientProvider;

public TestConnectionCommand(CloudJiraClientProvider cloudJiraClientProvider) {
Expand Down

0 comments on commit a443396

Please sign in to comment.