Skip to content

Commit

Permalink
OpenConcetpLab/ocl_issues#1411 Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Feb 3, 2023
1 parent 412d5fb commit 587afdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/code_systems/tests.py
Expand Up @@ -125,7 +125,7 @@ def test_validate_code_for_code_system(self):

def test_validate_code_for_code_system_via_post(self):
response = self.client.post(
f'/fhir/CodeSystem/$validate-code/',
'/fhir/CodeSystem/$validate-code/',
data={
'resourceType': 'Parameters',
'parameter': [
Expand Down
2 changes: 1 addition & 1 deletion core/value_sets/tests.py
Expand Up @@ -387,7 +387,7 @@ def test_validate_code_globally_via_post(self):
self.collection_v1.seed_references()

response = self.client.post(
f'/fhir/ValueSet/$validate-code/',
'/fhir/ValueSet/$validate-code/',
data={
'resourceType': 'Parameters',
'parameter': [
Expand Down

0 comments on commit 587afdd

Please sign in to comment.