Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Jul 23, 2020
1 parent d3fbc7b commit cdc08a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ fabric.properties
# Editor-based Rest Client
.idea/httpRequests

# Project specfics
# Project specfics
2 changes: 1 addition & 1 deletion tests/integration/fixtures/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/integration/test_integration_gnmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async def test_integration_permission_denied(service_unauthenticated):

async def test_integration_incorrect_credentials(channel):
service = gnmi.proto.gNMIStub(
channel, metadata={"username": "username", "password": "password",}
channel, metadata={"username": "username", "password": "password"}
)
with pytest.raises(grpclib.exceptions.GRPCError) as e:
await service.get()
Expand Down

0 comments on commit cdc08a0

Please sign in to comment.