Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 13, 2023
1 parent 755e972 commit 941d3ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/juniper.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ def check_if_we_need_to_append_gov_wifi_or_moj_wifi_site_groups(gov_wifi, moj_wi
return result

# Main function


def juniper_script(
data,
mist_api_token=None,
Expand Down
6 changes: 3 additions & 3 deletions test/test_juniper.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ def test_juniper_script_missing_rf_template_id(self):
org_id='your_org_id',
mist_api_token='token',
site_group_ids={
'moj_wifi': '0b33c61d-8f51-4757-a14d-29263421a904',
'moj_wifi': '0b33c61d-8f51-4757-a14d-29263421a904',
'gov_wifi': '70f3e8af-85c3-484d-8d90-93e28b911efb'},
network_template_id='46b87163-abd2-4b08-a67f-1ccecfcfd061'
)
network_template_id='46b87163-abd2-4b08-a67f-1ccecfcfd061'
)

self.assertEqual(str(cm.exception), 'Must define rf_template_id')

Expand Down

0 comments on commit 941d3ad

Please sign in to comment.