Skip to content

Commit

Permalink
NMS-16510: Update test to be integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra Gorantla authored and Chandra Gorantla committed Dec 10, 2024
1 parent a97bebf commit cbfb42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
})
@JUnitConfigurationEnvironment
@DirtiesContext(classMode = DirtiesContext.ClassMode.AFTER_EACH_TEST_METHOD)
public class NodeAlarmSearchProviderTest {
public class NodeAlarmSearchProviderIT {

@Autowired
NodeDao nodeDao;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
})
@JUnitConfigurationEnvironment
@JUnitTemporaryDatabase(reuseDatabase = false)
public class NodeAssetSearchProviderTest {
public class NodeAssetSearchProviderIT {

@Autowired
private NodeDao nodeDao;
Expand Down

0 comments on commit cbfb42d

Please sign in to comment.