Renamed the unit_test_registration.py script to be unit_test_register.py to be inline with the register.py script

This commit is contained in:
lumberyard-employee-dm
2021-05-24 00:49:00 -05:00
parent b99bcea24a
commit 57bdc58c68
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ endif()
# Add a test to test out the o3de package `o3de.py register` command
ly_add_pytest(
NAME o3de_register
PATH ${CMAKE_CURRENT_LIST_DIR}/unit_test_registration.py
PATH ${CMAKE_CURRENT_LIST_DIR}/unit_test_register.py
TEST_SUITE smoke
EXCLUDE_TEST_RUN_TARGET_FROM_IDE
)