Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing test by removing location format and adding port not found specific error #77

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

coolbrg
Copy link
Contributor

@coolbrg coolbrg commented Oct 21, 2015

  • Getting error "App name must be ^[A-Za-z0-9-]+$" as
    time.Now().Format("2006-01-02T15-04-05-0700") is producing
    '+' in time("2015-10-08T07-01-56+0000") which regex doesn't
    allow
  • Added specific error when port not found in manager/rpc/router.go#GetAppEnv command.

* Getting error "App name must be ^[A-Za-z0-9-]+$" as
time.Now().Format("2006-01-02T15-04-05-0700") is producing
'+' in time("2015-10-08T07-01-56+0000") which regex doesn't
allow
@coolbrg coolbrg changed the title Fixing test by removing location format Fixing test by removing location format and adding port not found specific error Oct 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant