Skip to content

Commit

Permalink
Fixed failing instances test
Browse files Browse the repository at this point in the history
  • Loading branch information
srkgupta committed May 5, 2023
1 parent 6ede115 commit 2a5459f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/instances_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func TestInstallInstance(t *testing.T) {

testInstance0 := &testInstance{
InstanceCommon: InstanceCommon{
InstanceID: mockInstance1URL,
InstanceID: mockInstance3URL,
IsV2Legacy: true,
Type: "testInstanceType",
},
Expand Down
1 change: 1 addition & 0 deletions server/kv_mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ var _ Instance = (*testInstance)(nil)
const (
mockInstance1URL = "jiraurl1"
mockInstance2URL = "jiraurl2"
mockInstance3URL = "jiraurl3"
)

var testInstance1 = &testInstance{
Expand Down

0 comments on commit 2a5459f

Please sign in to comment.