add a functional test for creating an EE, remove bum copy function because it's not needed, copy works from the base class

moved AWXKit pull additions to separate PR and made some changes that were causing linting errors in tests and add copy to show_capabilities for the ee serializer
This commit is contained in:
Rebeccah
2021-02-12 15:55:32 -05:00
committed by Shane McDonald
parent 0921de5d2b
commit 4d2fcfd8c1
6 changed files with 28 additions and 26 deletions

View File

@@ -1361,7 +1361,7 @@ class ProjectOptionsSerializer(BaseSerializer):
class ExecutionEnvironmentSerializer(BaseSerializer):
show_capabilities = ['edit', 'delete']
show_capabilities = ['edit', 'delete', 'copy']
managed_by_tower = serializers.ReadOnlyField()
class Meta: