Skip to content

Commit

Permalink
upgrade dependencies cabot to cabot3
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodgonzalez committed Aug 25, 2021
1 parent 311539b commit fb87dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cabot_check_skeleton/plugin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django import forms
from cabot.plugins.models import StatusCheckPlugin
from cabot3.plugins.models import StatusCheckPlugin
from os import environ as env


Expand Down
6 changes: 3 additions & 3 deletions cabot_check_skeleton/tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.contrib.auth.models import User
from cabot.cabotapp.tests.tests_basic import LocalTestCase
from cabot.cabotapp.models import StatusCheck, Instance
from cabot.plugins.models import StatusCheckPluginModel
from cabot3.cabotapp.tests.tests_basic import LocalTestCase
from cabot3.cabotapp.models import StatusCheck, Instance
from cabot3.plugins.models import StatusCheckPluginModel
import cabot_check_icmp.plugin

class TestICMPStatusCheckPlugin(LocalTestCase):
Expand Down

0 comments on commit fb87dec

Please sign in to comment.