This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 845691d1 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Fixing some Tests

parent b3a395fa
1 merge request!71Merge for September Release
......@@ -12,7 +12,7 @@ import org.springframework.security.oauth2.core.endpoint.OAuth2ParameterNames;
import at.ac.uibk.gitsearch.GitsearchApp;
@SpringBootTest(classes = GitsearchApp.class)
public class GitSearchOAuth2AuthorizationRequestRepositoryTest {
public class GitSearchOAuth2AuthorizationRequestRepositoryIT {
private static final String TEST_STATE = "JustATestState";
@Autowired
......
......@@ -26,7 +26,7 @@ public class GitLabServiceIT {
@Autowired
GitlabService gitlabService;
final String publicGitLabProjectId = "3";
final String publicGitLabProjectId = "318";
@BeforeAll
public static void setUpESServer() throws IOException, NodeValidationException {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment