Skip to content

Commit

Permalink
fix(test): fix case sensitive file system test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hef committed Mar 23, 2022
1 parent fe8749d commit 4234e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/client/parseserverlist_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestParseServerList(t *testing.T) {
},
{
Name: "InstallPending",
Fixture: "testdata/installPending.html",
Fixture: "testdata/InstallPending.html",
ExpectedServers: []Server{{
ServerName: "",
ServerId: 255330813,
Expand Down

0 comments on commit 4234e92

Please sign in to comment.