We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065b772 commit 9228eaaCopy full SHA for 9228eaa
branchd.json
@@ -2,11 +2,7 @@
2
"servers": [
3
{
4
"ip": "18.188.232.134",
5
- "alias": "production"
6
- },
7
- {
8
- "ip": "18.229.145.204",
9
- "alias": "server-2"
+ "alias": "testing server"
10
}
11
]
12
-}
+}
internal/cli/commands/delete_test.go
@@ -45,11 +45,6 @@ func TestDeleteCommand_CommandStructure(t *testing.T) {
45
t.Errorf("expected Use to be 'delete <branch-name>', got %s", cmd.Use)
46
47
48
- if cmd.Short != "Delete a database branch" {
49
- t.Errorf("expected Short to be 'Delete a database branch', got %s", cmd.Short)
50
- }
51
-
52
- // Test that command requires exactly 1 argument
53
err := cmd.Args(cmd, []string{})
54
if err == nil {
55
t.Error("expected error when no arguments provided, got nil")
0 commit comments