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

resource/pagerduty_maintenance_window: Suppress spurious diff #116

Merged
merged 1 commit into from
Mar 13, 2019

Conversation

radeksimko
Copy link
Contributor

This is to fix the following test failures:

=== RUN   TestAccPagerDutyMaintenanceWindow_Basic
--- FAIL: TestAccPagerDutyMaintenanceWindow_Basic (5.34s)
    testing.go:459: Step 0 error: After applying this step and refreshing, the plan was not empty:
        
        DIFF:
        
        UPDATE: pagerduty_maintenance_window.foo
          end_time:   "2019-03-12T04:36:03+00:00" => "2019-03-12T04:36:03Z"
          start_time: "2019-03-11T04:36:03+00:00" => "2019-03-11T04:36:03Z"
        
=== RUN   TestAccPagerDutyMaintenanceWindow_import
--- FAIL: TestAccPagerDutyMaintenanceWindow_import (5.43s)
    testing.go:459: Step 0 error: After applying this step and refreshing, the plan was not empty:
        
        DIFF:
        
        UPDATE: pagerduty_maintenance_window.foo
          end_time:   "2019-03-12T04:34:57+00:00" => "2019-03-12T04:34:57Z"
          start_time: "2019-03-11T04:34:57+00:00" => "2019-03-11T04:34:57Z"

@radeksimko radeksimko added the bug label Mar 10, 2019
@ghost ghost added the size/XS label Mar 10, 2019
@radeksimko radeksimko requested a review from a team March 13, 2019 20:32
@radeksimko radeksimko merged commit 9f1e062 into master Mar 13, 2019
@radeksimko radeksimko deleted the b-mw-time-diff branch March 13, 2019 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants