Skip to content

Commit

Permalink
google project id name for the tests changed
Browse files Browse the repository at this point in the history
  • Loading branch information
SrdjanStevanetic committed Oct 24, 2023
1 parent c61d8f7 commit b3586b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
public class GoogleTranslationServiceClientWrapper {

public static final String MOCK_CLIENT_PROJ_ID = "google-test";
public static final String MOCK_CLIENT_PROJ_ID = "project-id-test";

private final Logger logger = LogManager.getLogger(getClass());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static void setProperties(DynamicPropertyRegistry registry) {
return pangeanicMockTranslate;
});

registry.add("translation.google.projectId", () -> "google-test");
registry.add("translation.google.projectId", () -> "project-id-test");
registry.add("translation.google.usehttpclient", () -> "true");
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
content: "eine Textzeile auf Deutsch"
mime_type: "text/plain"
parent: "projects/google-test/locations/global"
parent: "projects/project-id-test/locations/global"
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ contents: "eine zweite Textzeile auf Deutsch"
mime_type: "text/plain"
source_language_code: "de"
target_language_code: "en"
parent: "projects/google-test/locations/global"
parent: "projects/project-id-test/locations/global"

0 comments on commit b3586b7

Please sign in to comment.