Skip to content

Commit 89608e2

Browse files
Change redirection test name
1 parent 0c70552 commit 89608e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/sandbox/r4/test_a042_get_attachment_follow_redirection.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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(

0 commit comments

Comments
 (0)