Skip to content

Commit 060202c

Browse files
committed
re-enable RdfDevelopmentMigrationRunner
otherwise tests fail because expected rdf statements are not available
1 parent 250646b commit 060202c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/fairdatapoint/database/rdf/migration/RdfDevelopmentMigrationRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import org.springframework.stereotype.Service;
3838

3939
@Service
40-
@Profile("none")
40+
@Profile(Profiles.NON_PRODUCTION)
4141
public class RdfDevelopmentMigrationRunner {
4242

4343
@Value("${spring.profiles.active}")

0 commit comments

Comments
 (0)