Skip to content

Commit

Permalink
Tweak test
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Dec 19, 2017
1 parent d3f62e6 commit 299b42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugin_tests/test_robot_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class RobotPluginPluginTestCase(unittest.TestCase):

def test_robot_attack_good(self):
server_info = ServerConnectivityInfo(hostname='www.google.com')
server_info = ServerConnectivityInfo(hostname='www.facebook.com')
server_info.test_connectivity_to_server()

plugin = RobotPlugin()
Expand Down

0 comments on commit 299b42c

Please sign in to comment.