Polish
This commit is contained in:
@@ -40,7 +40,8 @@ public class SampleProfileApplicationTests {
|
||||
public void after() {
|
||||
if (this.profiles != null) {
|
||||
System.setProperty("spring.profiles.active", this.profiles);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
System.clearProperty("spring.profiles.active");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user