Skip to content

Commit

Permalink
test(infrastructure): update remote address in resource
Browse files Browse the repository at this point in the history
  • Loading branch information
bastean committed Oct 4, 2024
1 parent 2e634df commit a1f192d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
4 changes: 2 additions & 2 deletions pkg/infrastructure/resource/file/remote_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ func (suite *RemoteTestSuite) SetupTest() {
suite.sut = new(file.Remote)
suite.data = &Data{
Local: &Local{
Success: "testdata/example.exec.json",
Success: "testdata/success.json",
},
Remote: &Remote{
Success: "https://raw.githubusercontent.com/bastean/godo/e9068acd9f7cd0fa89310cadfce9e34c1300ead4/configs/example.exec.json",
Success: "https://raw.githubusercontent.com/bastean/godo/2e634dff1a43ea315235c6a2156a8627d491d9f8/pkg/infrastructure/resource/file/testdata/success.json",
},
}
}
Expand Down
26 changes: 0 additions & 26 deletions pkg/infrastructure/resource/file/testdata/example.exec.json

This file was deleted.

0 comments on commit a1f192d

Please sign in to comment.