Skip to content

Commit

Permalink
Merge pull request #1632 from orbs-network/issue/moveurlformgmttest
Browse files Browse the repository at this point in the history
change url for test to be in mgmt-service repo
  • Loading branch information
noambergIL authored Oct 14, 2020
2 parents dc95292 + aa3be01 commit 266d38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/management/adapter/file_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func TestManagementFileProvider_ReadFile(t *testing.T) {
func TestManagementFileProvider_ReadUrl(t *testing.T) {
with.Context(func(ctx context.Context) {
with.Logging(t, func(parent *with.LoggingHarness) {
const url = "https://gist.githubusercontent.com/noambergIL/8131667fda382905e1c3997c7522a9c3/raw#"
const url = "https://raw.githubusercontent.com/orbs-network/management-service/master/static-tests/management-vc-file.json"
cfg := newConfig(42, url)
fileProvider := NewFileProvider(cfg, parent.Logger)
expectFileProviderToReadCorrectly(t, ctx, fileProvider)
Expand Down

0 comments on commit 266d38b

Please sign in to comment.