Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsawadye committed Feb 2, 2024
1 parent 9e5e592 commit 43e8917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Feature: Fhir Datastore HAPI-FHIR?
| hapi-fhir_public | kafka_public | openhim_public |

Scenario: Destroy Fhir Datastore HAPI-FHIR
Given I use parameters "package destroy -n=fhir-datastore-hapi-fhir,message-bus-helper-hapi-proxy --only --dev --env-file=.env.cluster"
Given I use parameters "package destroy -n=fhir-datastore-hapi-fhir,message-bus-helper-hapi-proxy,database-postgres --only --dev --env-file=.env.cluster"
When I launch the platform with params
Then The service "postgres-1" should be removed
And The service "postgres-2" should be removed
Expand Down
2 changes: 1 addition & 1 deletion test/cucumber/features/single-mode/hapi-fhir.feature
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Feature: Fhir Datastore HAPI-FHIR?
| hapi-fhir_public | kafka_public | openhim_public |

Scenario: Destroy Fhir Datastore HAPI-FHIR
Given I use parameters "package destroy -n=fhir-datastore-hapi-fhir,message-bus-helper-hapi-proxy,datastore-postgres --only --dev --env-file=.env.local"
Given I use parameters "package destroy -n=fhir-datastore-hapi-fhir,message-bus-helper-hapi-proxy,database-postgres --only --dev --env-file=.env.local"
When I launch the platform with params
Then The service "postgres-1" should be removed
And The service "hapi-fhir" should be removed
Expand Down

0 comments on commit 43e8917

Please sign in to comment.