Skip to content

Commit

Permalink
remove leftover references to circus train
Browse files Browse the repository at this point in the history
  • Loading branch information
massdosage committed Jun 21, 2018
1 parent fcffcb3 commit 6bfd818
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@ target/

# AWS credentials
*.pem

# Job Specific Config
circus-train.yml

Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
@ReportAsSingleViolation
@Pattern(regexp = "")
public @interface URI {
String message() default "{com.hotels.bdp.circustrain.validation.URI.message}";
String message() default "{com.hotels.housekeeping.validation.constraints.URI.message}";

Class<?>[] groups() default {};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static void setUp() {
@Before
public void init() {
dataSource
.setUrl("jdbc:h2:/opt/circus-train/data/circus-train/housekeeping;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE");
.setUrl("jdbc:h2:/home/hadoop/housekeeping;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE");
}

@Test
Expand Down

0 comments on commit 6bfd818

Please sign in to comment.