File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212
1313@pytest .mark .sandbox
14- class TestGetAttachment (SandboxTest ):
14+ class TestGetAttachmentFollowRedirection (SandboxTest ):
1515 allowed_business_function_data = [
1616 "REFERRING_CLINICIAN" ,
1717 "REFERRING_CLINICIAN_ADMIN" ,
@@ -35,11 +35,11 @@ def http_method(self) -> HttpMethod:
3535
3636 @pytest .fixture
3737 def authorised_actors (self ) -> Iterable [Actor ]:
38- return TestGetAttachment .authorised_actor_data
38+ return TestGetAttachmentFollowRedirection .authorised_actor_data
3939
4040 @pytest .fixture
4141 def allowed_business_functions (self ) -> Iterable [str ]:
42- return TestGetAttachment .allowed_business_function_data
42+ return TestGetAttachmentFollowRedirection .allowed_business_function_data
4343
4444 @pytest .fixture
4545 def call_endpoint (
You can’t perform that action at this time.
0 commit comments