Skip to content

Commit

Permalink
chore: move tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Jul 4, 2023
1 parent 97ac9e7 commit 3ea038c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/tests/e2e/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ def test_o_client_commands(self):
self.assert_cargo_not_running()
self.assertTrue(res)

def test_o_install_uninstall_command(self):
def test_r_install_uninstall_command(self):
runner = CliRunner()
res = runner.invoke(
cli, ["install", "--apply", "--wait"], catch_exceptions=False
Expand All @@ -908,7 +908,7 @@ def test_o_install_uninstall_command(self):
self.assertEqual(res.exit_code, 0)
self.assert_namespace_not_found("gefyra")

def test_o_reconnect(self):
def test_r_reconnect(self):
runner = CliRunner()
self.gefyra_up()
res = runner.invoke(
Expand Down

0 comments on commit 3ea038c

Please sign in to comment.