Skip to content

Commit

Permalink
accidentially retained this old branch's version of the test i changed
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmitchellv committed May 5, 2023
1 parent 191e27e commit ccbab92
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/containers/test_base_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@
default_app_license = LicenseType.CreativeCommonsZero
alternate_app_license = LicenseType.MIT

default_app_version = "0.0.1"
default_app_contact = {
"name": "CDC Public Health Data Infrastructure",
"url": "https://cdcgov.github.io/phdi-site/",
"email": "dmibuildingblocks@cdc.gov",
}
default_app_license = {
"name": "Creative Commons Zero v1.0 Universal",
"url": "https://creativecommons.org/publicdomain/zero/1.0/",
}
alternate_app_license = {"name": "The MIT License", "url": "https://mit-license.org/"}


def test_base_service():
service = BaseService(
Expand Down

0 comments on commit ccbab92

Please sign in to comment.