Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
fix: fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
weliasz committed Sep 24, 2021
1 parent 1364f56 commit a86393a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions splunk_connect_for_snmp_mib_server/profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# ########################################################################

import os

import yaml


Expand Down
3 changes: 2 additions & 1 deletion tests/test_profile_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
# ########################################################################

from unittest import TestCase

from splunk_connect_for_snmp_mib_server.profiles import merge_profiles


class ProfileLoaderTest(TestCase):
def test_multiple_files_merging(self):
merged_profiles = merge_profiles("profiles", "profiles")["profiles"]
merged_profiles = merge_profiles("tests/profiles", "profiles")["profiles"]

assert len(merged_profiles.keys()) == 4
assert "basev1" in merged_profiles.keys()
Expand Down

0 comments on commit a86393a

Please sign in to comment.